Skip to content

Commit a9c8b19

Browse files
committed
lib
1 parent 2125ba8 commit a9c8b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/python-highs.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if (HIPO)
6565
# target_link_libraries(_core PRIVATE ${METIS_DST_DIR}/lib/metis.lib)
6666
# else()
6767

68-
target_link_libraries(highs PRIVATE BLAS::BLAS)
68+
target_link_libraries(_core PRIVATE BLAS::BLAS)
6969

7070
string(TOLOWER "${BLAS_LIBRARIES}" blas_lower)
7171
if(blas_lower MATCHES "openblas")

0 commit comments

Comments
 (0)