We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c65e96 commit 394e8efCopy full SHA for 394e8ef
highs/CMakeLists.txt
@@ -191,9 +191,7 @@ else()
191
target_compile_definitions(highs PRIVATE HIPO_USES_APPLE_BLAS)
192
elseif(WIN32)
193
target_link_libraries(highs OpenBLAS::OpenBLAS)
194
- target_link_libraries(highs metis)
195
target_compile_definitions(highs PRIVATE HIPO_USES_OPENBLAS)
196
- # target_link_libraries(highs gklib)
197
else()
198
# LINUX
199
if(BLAS_LIB)
0 commit comments