Skip to content

Commit 394e8ef

Browse files
committed
clean up
1 parent 3c65e96 commit 394e8ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

highs/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,7 @@ else()
191191
target_compile_definitions(highs PRIVATE HIPO_USES_APPLE_BLAS)
192192
elseif(WIN32)
193193
target_link_libraries(highs OpenBLAS::OpenBLAS)
194-
target_link_libraries(highs metis)
195194
target_compile_definitions(highs PRIVATE HIPO_USES_OPENBLAS)
196-
# target_link_libraries(highs gklib)
197195
else()
198196
# LINUX
199197
if(BLAS_LIB)

0 commit comments

Comments
 (0)