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 2125ba8 commit a9c8b19Copy full SHA for a9c8b19
cmake/python-highs.cmake
@@ -65,7 +65,7 @@ if (HIPO)
65
# target_link_libraries(_core PRIVATE ${METIS_DST_DIR}/lib/metis.lib)
66
# else()
67
68
- target_link_libraries(highs PRIVATE BLAS::BLAS)
+ target_link_libraries(_core PRIVATE BLAS::BLAS)
69
70
string(TOLOWER "${BLAS_LIBRARIES}" blas_lower)
71
if(blas_lower MATCHES "openblas")
0 commit comments