Tests: Simplify CMakeOnly.AllFindModules policy settings

This commit is contained in:
Brad King 2017-04-21 09:25:04 -04:00
parent 1a2ede1764
commit cda401fec4

View File

@ -1,10 +1,6 @@
cmake_minimum_required (VERSION 2.8)
cmake_minimum_required(VERSION 2.8.4) # new enough for CMP0017
project(AllFindModules)
if (POLICY CMP0017)
cmake_policy(SET CMP0017 NEW)
endif ()
# Avoid ctest truncation of output
message(STATUS "CTEST_FULL_OUTPUT")