mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-20 04:24:36 +08:00
Tests: Simplify CMakeOnly.AllFindModules policy settings
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
cmake_minimum_required (VERSION 2.8)
|
cmake_minimum_required(VERSION 2.8.4) # new enough for CMP0017
|
||||||
project(AllFindModules)
|
project(AllFindModules)
|
||||||
|
|
||||||
if (POLICY CMP0017)
|
|
||||||
cmake_policy(SET CMP0017 NEW)
|
|
||||||
endif ()
|
|
||||||
|
|
||||||
# Avoid ctest truncation of output
|
# Avoid ctest truncation of output
|
||||||
message(STATUS "CTEST_FULL_OUTPUT")
|
message(STATUS "CTEST_FULL_OUTPUT")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user