summaryrefslogtreecommitdiffstats
path: root/Modules/FindPython
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2019-05-30 11:40:46 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2019-05-30 11:40:46 (GMT)
commit4a871d51a3fa05000ea7a03587cd995783988c36 (patch)
tree8aea099cbe29a3fa72778adca11eca73e265a294 /Modules/FindPython
parentc68efd196eace176bed5216573d99fabba66df84 (diff)
downloadCMake-4a871d51a3fa05000ea7a03587cd995783988c36.zip
CMake-4a871d51a3fa05000ea7a03587cd995783988c36.tar.gz
CMake-4a871d51a3fa05000ea7a03587cd995783988c36.tar.bz2
FindPython*: remove erroneous code
Diffstat (limited to 'Modules/FindPython')
-rw-r--r--Modules/FindPython/Support.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/FindPython/Support.cmake b/Modules/FindPython/Support.cmake
index 83fd1c5..5d39240 100644
--- a/Modules/FindPython/Support.cmake
+++ b/Modules/FindPython/Support.cmake
@@ -1315,8 +1315,6 @@ if ("Development" IN_LIST ${_PYTHON_PREFIX}_FIND_COMPONENTS
HINTS ${_${_PYTHON_PREFIX}_HINTS}
PATHS ${__${_PYTHON_PREFIX}_REGISTRY_PATHS}
PATH_SUFFIXES lib libs)
- endif()
- if (${_PYTHON_PREFIX}_LIBRARY_RELEASE)
# extract version from library name
if (${_PYTHON_PREFIX}_LIBRARY_DEBUG MATCHES "python([23])([0-9]+)")