summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_package/CMP0148-Interp-NEW.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/find_package/CMP0148-Interp-NEW.cmake')
-rw-r--r--Tests/RunCMake/find_package/CMP0148-Interp-NEW.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/RunCMake/find_package/CMP0148-Interp-NEW.cmake b/Tests/RunCMake/find_package/CMP0148-Interp-NEW.cmake
new file mode 100644
index 0000000..ccd04f5
--- /dev/null
+++ b/Tests/RunCMake/find_package/CMP0148-Interp-NEW.cmake
@@ -0,0 +1,7 @@
+cmake_policy(SET CMP0148 NEW)
+set(_FindPythonInterp_testing TRUE)
+find_package(PythonInterp MODULE)
+
+if(_FindPythonInterp_included)
+ message(FATAL_ERROR "FindPythonInterp.cmake erroneously included")
+endif()