summaryrefslogtreecommitdiffstats
path: root/Tests/FindPython/FindPythonScript.cmake
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2019-01-23 15:08:27 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2019-01-23 18:51:09 (GMT)
commite4541b0e3dde49183742eda8100f608d03d0d027 (patch)
tree0648ada92e0528999a0259681c560bf7567937e3 /Tests/FindPython/FindPythonScript.cmake
parent8ef1916c8226ebf781c4ad0de158d15754d411f5 (diff)
downloadCMake-e4541b0e3dde49183742eda8100f608d03d0d027.zip
CMake-e4541b0e3dde49183742eda8100f608d03d0d027.tar.gz
CMake-e4541b0e3dde49183742eda8100f608d03d0d027.tar.bz2
FindPython: Support script mode
Fixes: #18827
Diffstat (limited to 'Tests/FindPython/FindPythonScript.cmake')
-rw-r--r--Tests/FindPython/FindPythonScript.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/FindPython/FindPythonScript.cmake b/Tests/FindPython/FindPythonScript.cmake
new file mode 100644
index 0000000..9450092
--- /dev/null
+++ b/Tests/FindPython/FindPythonScript.cmake
@@ -0,0 +1 @@
+find_package(${PYTHON_PACKAGE_NAME} REQUIRED QUIET)