Skip to content

Commit 2ee6a79

Browse files
committed
disable standalone definition
1 parent 55bcbf8 commit 2ee6a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if(COMPILE_EXE)
4949
${SOURCE}
5050
${HEADER}
5151
)
52-
target_compile_definitions(Raven PUBLIC STANDALONE)
52+
# target_compile_definitions(Raven PUBLIC STANDALONE) # trying to disable this to silence redefinition warnings
5353
set_target_properties(Raven PROPERTIES LINKER_LANGUAGE CXX)
5454
if(LPSOLVE)
5555
target_link_directories(Raven PRIVATE lib/lp_solve) # where liblpsolve55.so is located

0 commit comments

Comments
 (0)