summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeOnly/AllFindModules
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeOnly/AllFindModules')
-rw-r--r--Tests/CMakeOnly/AllFindModules/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
index e825a68..06b4736 100644
--- a/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
+++ b/Tests/CMakeOnly/AllFindModules/CMakeLists.txt
@@ -5,6 +5,9 @@ if (POLICY CMP0017)
cmake_policy(SET CMP0017 NEW)
endif ()
+# Avoid ctest truncation of output
+message(STATUS "CTEST_FULL_OUTPUT")
+
file(GLOB FIND_MODULES "${CMAKE_CURRENT_SOURCE_DIR}/../../../Modules/Find*.cmake" )
foreach(FIND_MODULE ${FIND_MODULES})