Merge topic 'python-interp-remove-debug-messages'

49c4699 python: remove debug statements from FindPythonInterp.cmake.
This commit is contained in:
Brad King 2013-10-26 10:28:44 -04:00 committed by CMake Topic Stage
commit d36d5d8ffe
1 changed files with 0 additions and 2 deletions

View File

@ -72,8 +72,6 @@ else()
set(_PYTHON_FIND_OTHER_VERSIONS ${_PYTHON3_VERSIONS} ${_PYTHON2_VERSIONS} ${_PYTHON1_VERSIONS}) set(_PYTHON_FIND_OTHER_VERSIONS ${_PYTHON3_VERSIONS} ${_PYTHON2_VERSIONS} ${_PYTHON1_VERSIONS})
endif() endif()
message(STATUS "names ${_Python_NAMES}")
message(STATUS "other versions ${_PYTHON_FIND_OTHER_VERSIONS}")
list(APPEND _Python_NAMES python) list(APPEND _Python_NAMES python)
# Search for the current active python version first # Search for the current active python version first