From 1c4e85ac7ef8c24e157f984b7d4f099854cf4657 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 17 Feb 2011 15:33:35 +0100 Subject: forgot to include this file in one pretty old commit (missing EXCLUDE_FROM_ALL) --- blas/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blas') 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) -- cgit v1.2.3