Skip to content

Commit 18184ef

Browse files
committed
explicitly link with gklib on linux
1 parent 1e89c79 commit 18184ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

highs/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ else()
213213
target_link_libraries(highs "${METIS_LIB}")
214214

215215
# GKlib
216-
# target_include_directories(highs PRIVATE "${GKLIB_PATH}")
217-
# target_link_libraries(highs "${GKLIB_LIB}")
216+
target_include_directories(highs PRIVATE "${GKLIB_PATH}")
217+
target_link_libraries(highs "${GKLIB_LIB}")
218218
endif()
219219

220220
endif()

0 commit comments

Comments
 (0)