summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/project/CMP0096-WARN.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/project/CMP0096-WARN.cmake')
-rw-r--r--Tests/RunCMake/project/CMP0096-WARN.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/project/CMP0096-WARN.cmake b/Tests/RunCMake/project/CMP0096-WARN.cmake
new file mode 100644
index 000000000..7fe086179
--- /dev/null
+++ b/Tests/RunCMake/project/CMP0096-WARN.cmake
@@ -0,0 +1,3 @@
+cmake_policy(SET CMP0048 NEW)
+
+include(CMP0096-common.cmake)