aboutsummaryrefslogtreecommitdiffhomepage
path: root/lapack
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2013-07-07 17:25:58 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2013-07-07 17:25:58 +0200
commit0567cf96ccce95deb2d1fcd748c26e9a65b79c7a (patch)
tree7ecf0a3bd50106b8a4e3d4d4d3815b3b9af254bc /lapack
parent4f28ccdd0e8456391dd503928d895d3ba68c5c22 (diff)
Ease setting build options when running ctest -D
Diffstat (limited to 'lapack')
-rw-r--r--lapack/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/lapack/CMakeLists.txt b/lapack/CMakeLists.txt
index b3dea61d8..7e7444326 100644
--- a/lapack/CMakeLists.txt
+++ b/lapack/CMakeLists.txt
@@ -108,9 +108,8 @@ install(TARGETS eigen_lapack eigen_lapack_static
get_filename_component(eigen_full_path_to_testing_lapack "./testing/" ABSOLUTE)
if(EXISTS ${eigen_full_path_to_testing_lapack})
- #add_subdirectory(testing)
- set(BUILD_SINGLE ON)
+ # The following comes from lapack/TESTING/CMakeLists.txt
# Get Python
find_package(PythonInterp)
message(STATUS "Looking for Python found - ${PYTHONINTERP_FOUND}")