mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
Tests: Simplify CMakeOnly.AllFindModules policy settings
This commit is contained in:
parent
1a2ede1764
commit
cda401fec4
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user