Skip to content

Commit c40ce2b

Browse files
committed
Define openblas for windows
1 parent c084520 commit c40ce2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

highs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +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_compile_definitions(highs PRIVATE HIPO_USES_OPENBLAS)
194195
target_link_libraries(highs metis)
195196
# target_link_libraries(highs gklib)
196197
else()

0 commit comments

Comments
 (0)