mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-10 07:40:03 -06:00
AllFindModules test: keep complete output
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user