summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0139/CMP0139-WARN.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/CMP0139/CMP0139-WARN.cmake')
-rw-r--r--Tests/RunCMake/CMP0139/CMP0139-WARN.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/CMP0139/CMP0139-WARN.cmake b/Tests/RunCMake/CMP0139/CMP0139-WARN.cmake
new file mode 100644
index 0000000..d74753e
--- /dev/null
+++ b/Tests/RunCMake/CMP0139/CMP0139-WARN.cmake
@@ -0,0 +1,4 @@
+
+if("/path1" PATH_EQUAL "/path2")
+ message("PATH_EQUAL recognized")
+endif()