summaryrefslogtreecommitdiffstats
path: root/Modules/FetchContent
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-10-08 16:19:04 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-10-08 16:19:10 (GMT)
commit488141fe373f9c4e1dfd3d63e9c932c37d577547 (patch)
treefb054adbd19e4a40baacc264964966c0f5939b4f /Modules/FetchContent
parent302b00a2628860eeac59688795db337b8b7984c1 (diff)
parentac765f5eff5cc8297a528d036f4104b3bf39f3e6 (diff)
downloadCMake-488141fe373f9c4e1dfd3d63e9c932c37d577547.zip
CMake-488141fe373f9c4e1dfd3d63e9c932c37d577547.tar.gz
CMake-488141fe373f9c4e1dfd3d63e9c932c37d577547.tar.bz2
Merge topic 'rel-3.19-policy-settings' into release-3.19
ac765f5eff FetchContent: Remove unnecessary policy CMP0114 setting 62e73a7d10 Tests: Fix policy version in RunCMake.ExternalProject test Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5350
Diffstat (limited to 'Modules/FetchContent')
-rw-r--r--Modules/FetchContent/CMakeLists.cmake.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/FetchContent/CMakeLists.cmake.in b/Modules/FetchContent/CMakeLists.cmake.in
index 9516418..45e4df0 100644
--- a/Modules/FetchContent/CMakeLists.cmake.in
+++ b/Modules/FetchContent/CMakeLists.cmake.in
@@ -2,7 +2,6 @@
# file Copyright.txt or https://cmake.org/licensing for details.
cmake_minimum_required(VERSION ${CMAKE_VERSION})
-cmake_policy(SET CMP0114 NEW)
# We name the project and the target for the ExternalProject_Add() call
# to something that will highlight to the user what we are working on if