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 6cc783c commit bef6a32Copy full SHA for bef6a32
CMakeLists.txt
@@ -175,7 +175,7 @@ IF(NOT CYCLUS_DOC_ONLY)
175
FIND_PACKAGE(COIN)
176
if(COIN_FOUND)
177
SET(CYCAMORE_INCLUDE_DIRS ${CYCAMORE_INCLUDE_DIRS} ${COIN_INCLUDE_DIRS})
178
- set(LIBS ${LIBS} ${COIN_LIBRARIES})
+ SET(LIBS ${LIBS} ${COIN_LIBRARIES})
179
endif()
180
MESSAGE("-- COIN Root: ${COIN_ROOT}")
181
MESSAGE("-- COIN Include directories: ${COIN_INCLUDE_DIRS}")
0 commit comments