Skip to content

Commit 0b3afc0

Browse files
committed
more clean up
1 parent a0a57b5 commit 0b3afc0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

highs/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ else()
186186
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/highs/hipo/ipm>
187187
)
188188

189-
if (BLA_VENDOR STREQUAL "")
189+
if (NOT USE_CMAKE_FIND_BLAS)
190190
if(APPLE)
191191
target_link_libraries(highs PRIVATE "-framework Accelerate")
192192
target_compile_definitions(highs PRIVATE HIPO_USES_APPLE_BLAS)
@@ -216,7 +216,6 @@ else()
216216
endif(BLAS_LIB)
217217
endif(APPLE)
218218
else()
219-
# BLA_VENDOR Specified
220219
target_link_libraries(highs PRIVATE BLAS::BLAS)
221220

222221
string(TOLOWER "${BLAS_LIBRARIES}" blas_lower)

0 commit comments

Comments
 (0)