summaryrefslogtreecommitdiffstats
path: root/Modules/FindPythonLibs.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-07-19 15:59:04 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-07-19 15:59:04 (GMT)
commit3907d594450c68e6392f2caaa95126e4c62075c0 (patch)
tree882ec7da31e7b9013940f2ca43c450b01e9fbcc0 /Modules/FindPythonLibs.cmake
parentf0b6f02746d2ef0a02eaf9ce4560d20c81ab8b87 (diff)
downloadCMake-3907d594450c68e6392f2caaa95126e4c62075c0.zip
CMake-3907d594450c68e6392f2caaa95126e4c62075c0.tar.gz
CMake-3907d594450c68e6392f2caaa95126e4c62075c0.tar.bz2
BUG: fix typo
Alex
Diffstat (limited to 'Modules/FindPythonLibs.cmake')
-rw-r--r--Modules/FindPythonLibs.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake
index b7c7a69..649c24d 100644
--- a/Modules/FindPythonLibs.cmake
+++ b/Modules/FindPythonLibs.cmake
@@ -86,7 +86,7 @@ INCLUDE(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(PythonLibs PYTHON_LIBRARIES PYTHON_INCLUDE_PATH)
-GET_TARGET_PROPERTIES(_FIND_PYTHONLIBS_ALREADY_INCLUDED __FindPythonLibsHelper TYPE)
+GET_TARGET_PROPERTY(_FIND_PYTHONLIBS_ALREADY_INCLUDED __FindPythonLibsHelper TYPE)
IF(NOT _FIND_PYTHONLIBS_ALREADY_INCLUDED)
ADD_CUSTOM_TARGET(__FindPythonLibsHelper) # so if this file is included several times the next time GET_TARGET_PROPERTIES() will work
SET(PY_STATIC_MODULES_LIST "" CACHE STRING "Collect a list of all added static python modules" FORCE)