summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/project/CMP0048-WARN.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/project/CMP0048-WARN.cmake')
-rw-r--r--Tests/RunCMake/project/CMP0048-WARN.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/project/CMP0048-WARN.cmake b/Tests/RunCMake/project/CMP0048-WARN.cmake
new file mode 100644
index 0000000..97359e6
--- /dev/null
+++ b/Tests/RunCMake/project/CMP0048-WARN.cmake
@@ -0,0 +1,3 @@
+set(PROJECT_VERSION 1)
+set(MyProject_VERSION_TWEAK 0)
+project(MyProject NONE)