summaryrefslogtreecommitdiffstats
path: root/Modules/FindPythonInterp.cmake
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2013-10-24 14:16:50 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2013-10-24 14:16:50 (GMT)
commit49c4699d301b73f1f2c3b40c463ffad65660f8a3 (patch)
tree784c7cc27629af035f1d374659c0170b695daaa1 /Modules/FindPythonInterp.cmake
parent8c0bbd37df52900678b3a85b146d7a7f65cba374 (diff)
downloadCMake-49c4699d301b73f1f2c3b40c463ffad65660f8a3.zip
CMake-49c4699d301b73f1f2c3b40c463ffad65660f8a3.tar.gz
CMake-49c4699d301b73f1f2c3b40c463ffad65660f8a3.tar.bz2
python: remove debug statements from FindPythonInterp.cmake.
Diffstat (limited to 'Modules/FindPythonInterp.cmake')
-rw-r--r--Modules/FindPythonInterp.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/FindPythonInterp.cmake b/Modules/FindPythonInterp.cmake
index 6126a48..8da848c 100644
--- a/Modules/FindPythonInterp.cmake
+++ b/Modules/FindPythonInterp.cmake
@@ -72,8 +72,6 @@ else()
set(_PYTHON_FIND_OTHER_VERSIONS ${_PYTHON3_VERSIONS} ${_PYTHON2_VERSIONS} ${_PYTHON1_VERSIONS})
endif()
-message(STATUS "names ${_Python_NAMES}")
-message(STATUS "other versions ${_PYTHON_FIND_OTHER_VERSIONS}")
list(APPEND _Python_NAMES python)
# Search for the current active python version first