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 a0a57b5 commit 0b3afc0Copy full SHA for 0b3afc0
highs/CMakeLists.txt
@@ -186,7 +186,7 @@ else()
186
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/highs/hipo/ipm>
187
)
188
189
- if (BLA_VENDOR STREQUAL "")
+ if (NOT USE_CMAKE_FIND_BLAS)
190
if(APPLE)
191
target_link_libraries(highs PRIVATE "-framework Accelerate")
192
target_compile_definitions(highs PRIVATE HIPO_USES_APPLE_BLAS)
@@ -216,7 +216,6 @@ else()
216
endif(BLAS_LIB)
217
endif(APPLE)
218
else()
219
- # BLA_VENDOR Specified
220
target_link_libraries(highs PRIVATE BLAS::BLAS)
221
222
string(TOLOWER "${BLAS_LIBRARIES}" blas_lower)
0 commit comments