AllFindModules test: keep complete output

This commit is contained in:
Rolf Eike Beer 2012-01-17 19:08:40 +01:00
parent ec631d5043
commit e797e7fb41
1 changed files with 3 additions and 0 deletions

View File

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