File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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}")
1515elseif (NOT APPLE )
1616 # LINUX
1717 find_library (OPENBLAS_LIB
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments