mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Reenable the generation of dynamic blas libraries.
This commit is contained in:
@@ -6,7 +6,7 @@ macro(ei_add_blas_test testname)
|
||||
set(filename ${testname}.f)
|
||||
add_executable(${targetname} ${filename})
|
||||
|
||||
target_link_libraries(${targetname} eigen_blas_static)
|
||||
target_link_libraries(${targetname} eigen_blas)
|
||||
|
||||
if(EIGEN_STANDARD_LIBRARIES_TO_LINK_TO)
|
||||
target_link_libraries(${targetname} ${EIGEN_STANDARD_LIBRARIES_TO_LINK_TO})
|
||||
|
||||
Reference in New Issue
Block a user