Try again

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-11-22 13:24:24 +02:00
parent 5e7e294f72
commit bf54999781
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3

View File

@ -30,7 +30,7 @@ index 2408b54..2e204b6 100644
+ set(CLUSOL_TARGET "")
+ find_package(BLAS)
+ if(BLAS_FOUND)
+ target_link_libraries(papilo PRIVATE ${BLAS_LIBRARIES})
+ target_link_libraries(papilo ${BLAS_LIBRARIES})
+ endif()
else()
set(PAPILO_HAVE_LUSOL 0)