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:
@@ -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}
|
||||
)
|
||||
|
Reference in New Issue
Block a user