aboutsummaryrefslogtreecommitdiffhomepage
path: root/lapack
diff options
context:
space:
mode:
Diffstat (limited to 'lapack')
-rw-r--r--lapack/CMakeLists.txt12
1 files changed, 5 insertions, 7 deletions
diff --git a/lapack/CMakeLists.txt b/lapack/CMakeLists.txt
index 96d6a416d..32fd6ad81 100644
--- a/lapack/CMakeLists.txt
+++ b/lapack/CMakeLists.txt
@@ -365,14 +365,12 @@ if(EIGEN_STANDARD_LIBRARIES_TO_LINK_TO)
target_link_libraries(eigen_lapack ${EIGEN_STANDARD_LIBRARIES_TO_LINK_TO})
endif()
-# add_dependencies(lapack eigen_lapack eigen_lapack_static)
-add_dependencies(lapack eigen_lapack_static)
-
-# install(TARGETS eigen_lapack
-# RUNTIME DESTINATION bin
-# LIBRARY DESTINATION lib
-# ARCHIVE DESTINATION lib)
+add_dependencies(lapack eigen_lapack eigen_lapack_static)
+install(TARGETS eigen_lapack eigen_lapack_static
+ RUNTIME DESTINATION bin
+ LIBRARY DESTINATION lib
+ ARCHIVE DESTINATION lib)
# add_subdirectory(testing)
endif(CMAKE_Fortran_COMPILER_WORKS)