Reenable the generation of dynamic blas libraries.

This commit is contained in:
Benoit Steiner
2016-11-03 04:08:43 -07:00
parent ca0ba0d9a4
commit fbe672d599
2 changed files with 5 additions and 5 deletions

View File

@@ -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})