summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0125/CMP0125-find_path-NEW.cmake
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2021-05-03 12:16:07 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2021-05-12 09:11:56 (GMT)
commit08db1341a60035b303a20eb3f23126a661323c27 (patch)
tree630f9ef295e76567a59ac567d7466eec432aa5e9 /Tests/RunCMake/CMP0125/CMP0125-find_path-NEW.cmake
parentf5fa6d53b07d5c6224de2a491856a36fe3516218 (diff)
downloadCMake-08db1341a60035b303a20eb3f23126a661323c27.zip
CMake-08db1341a60035b303a20eb3f23126a661323c27.tar.gz
CMake-08db1341a60035b303a20eb3f23126a661323c27.tar.bz2
find_*: ensure consistent behavior for cache variables
Fixes: #22121
Diffstat (limited to 'Tests/RunCMake/CMP0125/CMP0125-find_path-NEW.cmake')
-rw-r--r--Tests/RunCMake/CMP0125/CMP0125-find_path-NEW.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/CMP0125/CMP0125-find_path-NEW.cmake b/Tests/RunCMake/CMP0125/CMP0125-find_path-NEW.cmake
new file mode 100644
index 0000000..d6a8544
--- /dev/null
+++ b/Tests/RunCMake/CMP0125/CMP0125-find_path-NEW.cmake
@@ -0,0 +1,4 @@
+
+cmake_policy(SET CMP0125 NEW)
+
+include(CMP0125-find_path-Common.cmake)