Ease setting build options when running ctest -D

This commit is contained in:
Gael Guennebaud
2013-07-07 17:25:58 +02:00
parent 4f28ccdd0e
commit 0567cf96cc
2 changed files with 6 additions and 5 deletions

View File

@@ -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}")