aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-07-11 17:02:09 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-07-11 17:02:09 +0200
commitbdb545ce3b294e28cd264c627ceaae42d26ea5f4 (patch)
treed7f87478e455ed8e5a93c0528483cf0d1bdf50bc /blas
parent5fdebc2fa581089dc9232a4701e85f89ba9a5bb8 (diff)
enable instalation of blas and lapack libs
Diffstat (limited to 'blas')
-rw-r--r--blas/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/blas/CMakeLists.txt b/blas/CMakeLists.txt
index 5f2e3cd32..1811a18a7 100644
--- a/blas/CMakeLists.txt
+++ b/blas/CMakeLists.txt
@@ -33,7 +33,7 @@ endif()
add_dependencies(blas eigen_blas eigen_blas_static)
-install(TARGETS eigen_blas
+install(TARGETS eigen_blas eigen_blas_static
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)