We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bcbf8 commit 2ee6a79Copy full SHA for 2ee6a79
CMakeLists.txt
@@ -49,7 +49,7 @@ if(COMPILE_EXE)
49
${SOURCE}
50
${HEADER}
51
)
52
- target_compile_definitions(Raven PUBLIC STANDALONE)
+ # target_compile_definitions(Raven PUBLIC STANDALONE) # trying to disable this to silence redefinition warnings
53
set_target_properties(Raven PROPERTIES LINKER_LANGUAGE CXX)
54
if(LPSOLVE)
55
target_link_directories(Raven PRIVATE lib/lp_solve) # where liblpsolve55.so is located
0 commit comments