diff options
author | Brad King <brad.king@kitware.com> | 2016-02-05 14:40:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-02-05 14:44:26 (GMT) |
commit | e86383e135e4cae9d54575445d945df1f6272b3a (patch) | |
tree | cd82bc7099b0295e968e8dba337625a4a071ad1c /Tests/RunCMake/install/CMP0062-OLD.cmake | |
parent | a5a5a6857241c21d306661d723b749839f4c6e1a (diff) | |
download | CMake-e86383e135e4cae9d54575445d945df1f6272b3a.zip CMake-e86383e135e4cae9d54575445d945df1f6272b3a.tar.gz CMake-e86383e135e4cae9d54575445d945df1f6272b3a.tar.bz2 |
Tests: Use newer policy settings in RunCMake.install test
In particular, avoid CMP0042 warnings on OS X.
Diffstat (limited to 'Tests/RunCMake/install/CMP0062-OLD.cmake')
-rw-r--r-- | Tests/RunCMake/install/CMP0062-OLD.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/install/CMP0062-OLD.cmake b/Tests/RunCMake/install/CMP0062-OLD.cmake index 94b809a..8874923 100644 --- a/Tests/RunCMake/install/CMP0062-OLD.cmake +++ b/Tests/RunCMake/install/CMP0062-OLD.cmake @@ -1,4 +1,4 @@ - +cmake_policy(VERSION 3.2) cmake_policy(SET CMP0062 OLD) add_library(iface INTERFACE) |