summaryrefslogtreecommitdiffstats
path: root/Modules/FindPythonInterp.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-01-11 20:56:59 (GMT)
committerBrad King <brad.king@kitware.com>2011-01-11 20:56:59 (GMT)
commit784d5ce0f8bf630901dece526df7ce663da17e6a (patch)
tree0b4647ace5986304b15b3f900fee969e278f33db /Modules/FindPythonInterp.cmake
parent2d3594b1bbd48d0dc7a071a6806c75c89341e1c5 (diff)
parentce28737c933a749cbc84c601f3ac9f56e4c832aa (diff)
downloadCMake-784d5ce0f8bf630901dece526df7ce663da17e6a.zip
CMake-784d5ce0f8bf630901dece526df7ce663da17e6a.tar.gz
CMake-784d5ce0f8bf630901dece526df7ce663da17e6a.tar.bz2
Merge branch 'policy-CMP0017' into resolve/python-versions/policy-CMP0017
Conflicts: Modules/FindPythonInterp.cmake
Diffstat (limited to 'Modules/FindPythonInterp.cmake')
-rw-r--r--Modules/FindPythonInterp.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPythonInterp.cmake b/Modules/FindPythonInterp.cmake
index f2c116f..3592e4c 100644
--- a/Modules/FindPythonInterp.cmake
+++ b/Modules/FindPythonInterp.cmake
@@ -45,7 +45,7 @@ endif()
# handle the QUIETLY and REQUIRED arguments and set PYTHONINTERP_FOUND to TRUE if
# all listed variables are TRUE
-include("${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake")
+include(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(PythonInterp DEFAULT_MSG PYTHON_EXECUTABLE)
mark_as_advanced(PYTHON_EXECUTABLE)