diff options
author | Brad King <brad.king@kitware.com> | 2013-10-26 14:28:44 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-10-26 14:28:44 (GMT) |
commit | d36d5d8ffeac0b0d8b49e1ffb75c66fc33cc944f (patch) | |
tree | 75e81a380c7efa4bc011e1bffdd7059743e28653 | |
parent | 2e9e28424cacc5982087b198eada4a7ea244d812 (diff) | |
parent | 49c4699d301b73f1f2c3b40c463ffad65660f8a3 (diff) | |
download | CMake-d36d5d8ffeac0b0d8b49e1ffb75c66fc33cc944f.zip CMake-d36d5d8ffeac0b0d8b49e1ffb75c66fc33cc944f.tar.gz CMake-d36d5d8ffeac0b0d8b49e1ffb75c66fc33cc944f.tar.bz2 |
Merge topic 'python-interp-remove-debug-messages'
49c4699 python: remove debug statements from FindPythonInterp.cmake.
-rw-r--r-- | Modules/FindPythonInterp.cmake | 2 |
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 |