summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/project/CMP0096-NEW.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/project/CMP0096-NEW.cmake')
-rw-r--r--Tests/RunCMake/project/CMP0096-NEW.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/project/CMP0096-NEW.cmake b/Tests/RunCMake/project/CMP0096-NEW.cmake
new file mode 100644
index 0000000..e2cdd20
--- /dev/null
+++ b/Tests/RunCMake/project/CMP0096-NEW.cmake
@@ -0,0 +1,6 @@
+cmake_policy(SET CMP0048 NEW)
+cmake_policy(SET CMP0096 NEW)
+include(CMP0096-common.cmake)
+
+project(VeryLongVersion VERSION 0009999999999.0009999999999.0009999999999.0009999999999 LANGUAGES NONE)
+print_versions(VeryLongVersion)