mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-18 16:53:15 +00:00
Fix wrong target
This commit is contained in:
parent
4383821ac0
commit
e946cd0519
@ -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}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user