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 c084520 commit c40ce2bCopy full SHA for c40ce2b
highs/CMakeLists.txt
@@ -191,6 +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_compile_definitions(highs PRIVATE HIPO_USES_OPENBLAS)
195
target_link_libraries(highs metis)
196
# target_link_libraries(highs gklib)
197
else()
0 commit comments