aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/EigenTesting.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/EigenTesting.cmake')
-rw-r--r--cmake/EigenTesting.cmake9
1 files changed, 3 insertions, 6 deletions
diff --git a/cmake/EigenTesting.cmake b/cmake/EigenTesting.cmake
index 3850a1b11..8ed39738d 100644
--- a/cmake/EigenTesting.cmake
+++ b/cmake/EigenTesting.cmake
@@ -138,15 +138,12 @@ macro(ei_testing_print_summary)
message("*** Eigen's unit tests configuration summary ***")
message("************************************************************")
message("")
- message("Build type: ${CMAKE_BUILD_TYPE}")
- message(" * To change that: cmake . -DCMAKE_BUILD_TYPE=type")
- message(" * Available types are Debug and Release")
- message("")
+ message("Build type: ${CMAKE_BUILD_TYPE}")
get_property(EIGEN_TESTING_SUMMARY GLOBAL PROPERTY EIGEN_TESTING_SUMMARY)
get_property(EIGEN_TESTED_BACKENDS GLOBAL PROPERTY EIGEN_TESTED_BACKENDS)
get_property(EIGEN_MISSING_BACKENDS GLOBAL PROPERTY EIGEN_MISSING_BACKENDS)
- message("Enabled backends: ${EIGEN_TESTED_BACKENDS}")
- message("Disabled backends: ${EIGEN_MISSING_BACKENDS}")
+ message("Enabled backends: ${EIGEN_TESTED_BACKENDS}")
+ message("Disabled backends: ${EIGEN_MISSING_BACKENDS}")
if(EIGEN_TEST_SSE2)
message("SSE2: ON")