aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-02-17 15:33:35 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-02-17 15:33:35 +0100
commit1c4e85ac7ef8c24e157f984b7d4f099854cf4657 (patch)
treefa79c734066d397f922a4818208aa91109d1d1da /blas
parent78fa34e8ff8c09645a7cabd3b0802ffcb8d75826 (diff)
forgot to include this file in one pretty old commit (missing EXCLUDE_FROM_ALL)
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 5cbf90ddd..3bd38fa47 100644
--- a/blas/CMakeLists.txt
+++ b/blas/CMakeLists.txt
@@ -41,7 +41,7 @@ install(TARGETS eigen_blas
if(EIGEN_LEAVE_TEST_IN_ALL_TARGET)
add_subdirectory(testing) # can't do EXCLUDE_FROM_ALL here, breaks CTest
else()
- add_subdirectory(testing)
+ add_subdirectory(testing EXCLUDE_FROM_ALL)
endif()
endif(CMAKE_Fortran_COMPILER_WORKS)