aboutsummaryrefslogtreecommitdiffhomepage
path: root/lapack
diff options
context:
space:
mode:
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}")