From bdb545ce3b294e28cd264c627ceaae42d26ea5f4 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 11 Jul 2011 17:02:09 +0200 Subject: enable instalation of blas and lapack libs --- blas/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blas/CMakeLists.txt') 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) -- cgit v1.2.3