File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,8 @@ Build system
151
151
152
152
### Cmake
153
153
154
+ - fix SCIP Optimization Suite build with -DSYM=bliss and bliss being downloaded and build during configuration by cmake
155
+
154
156
### Makefile
155
157
156
158
Miscellaneous
Original file line number Diff line number Diff line change @@ -165,10 +165,10 @@ if(SYM STREQUAL "bliss" OR SYM STREQUAL "sbliss")
165
165
if (NOT Bliss_FOUND)
166
166
message (FATAL_ERROR "Automatic download of Bliss failed. Please specify the BLISS_DIR." )
167
167
endif ()
168
- include_directories (${CMAKE_CURRENT_BINARY_DIR } /_deps/local/include )
169
- set (SYM_LIBRARIES ${CMAKE_CURRENT_BINARY_DIR } /_deps/local/lib/libbliss.a)
170
- set (SYM_PIC_LIBRARIES ${CMAKE_CURRENT_BINARY_DIR } /_deps/local/lib/libbliss.a)
171
- message (STATUS "Installed Bliss in: ${CMAKE_CURRENT_BINARY_DIR } /_deps/local" )
168
+ include_directories (${CMAKE_BINARY_DIR } /_deps/local/include )
169
+ set (SYM_LIBRARIES ${CMAKE_BINARY_DIR } /_deps/local/lib/libbliss.a)
170
+ set (SYM_PIC_LIBRARIES ${CMAKE_BINARY_DIR } /_deps/local/lib/libbliss.a)
171
+ message (STATUS "Installed Bliss in: ${CMAKE_BINARY_DIR } /_deps/local" )
172
172
endif ()
173
173
elseif (SYM STREQUAL "nauty" OR SYM STREQUAL "snauty" )
174
174
if (NAUTY_DIR)
You can’t perform that action at this time.
0 commit comments