1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-31 09:57:58 +00:00

Fix wrong target

This commit is contained in:
Carles Fernandez
2020-06-13 14:09:20 +02:00
parent 4383821ac0
commit e946cd0519

View File

@@ -1547,7 +1547,7 @@ if(NOT LAPACK_FOUND)
endif()
if(NOT TARGET LAPACK::LAPACK)
add_library(LAPACK::LAPACK SHARED IMPORTED)
set_target_properties(BLAS::BLAS PROPERTIES
set_target_properties(LAPACK::LAPACK PROPERTIES
IMPORTED_LOCATION ${LAPACK_LIBRARIES}
INTERFACE_LINK_LIBRARIES ${LAPACK_LIBRARIES}
)