Skip to content

Commit f16b195

Browse files
committed
don't link with gklib explicit on win
1 parent a5f93a2 commit f16b195

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmake/FindHipoDeps.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ if (WIN32)
1010
find_package(metis CONFIG REQUIRED)
1111
message(STATUS "metis CMake config path: ${metis_DIR}")
1212

13-
find_package(gklib CONFIG REQUIRED)
14-
message(STATUS "gklib CMake config path: ${gklib_DIR}")
13+
# find_package(gklib CONFIG REQUIRED)
14+
# message(STATUS "gklib CMake config path: ${gklib_DIR}")
1515
elseif(NOT APPLE)
1616
# LINUX
1717
find_library(OPENBLAS_LIB

highs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ else()
192192
elseif(WIN32)
193193
target_link_libraries(highs OpenBLAS::OpenBLAS)
194194
target_link_libraries(highs metis)
195-
target_link_libraries(highs gklib)
195+
# target_link_libraries(highs gklib)
196196
else()
197197
# LINUX
198198
if(BLAS_LIB)

0 commit comments

Comments
 (0)