summaryrefslogtreecommitdiffstats
path: root/Modules/FindPythonLibs.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-08-16 19:03:31 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-08-16 19:03:31 (GMT)
commitfee42f6e68e3eb8db9faed5921eb31871a3c2b7d (patch)
tree811b432ef3cd3e2b27fbcbd22c5930c29dfc2760 /Modules/FindPythonLibs.cmake
parent6b0e5745ab7c874841952cf0d503ad7bede4a82f (diff)
downloadCMake-fee42f6e68e3eb8db9faed5921eb31871a3c2b7d.zip
CMake-fee42f6e68e3eb8db9faed5921eb31871a3c2b7d.tar.gz
CMake-fee42f6e68e3eb8db9faed5921eb31871a3c2b7d.tar.bz2
STYLE: this wasn't intended to be committed
Alex
Diffstat (limited to 'Modules/FindPythonLibs.cmake')
-rw-r--r--Modules/FindPythonLibs.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake
index c5a7b60..e7eac31 100644
--- a/Modules/FindPythonLibs.cmake
+++ b/Modules/FindPythonLibs.cmake
@@ -108,7 +108,6 @@ MACRO(PYTHON_ADD_MODULE _NAME )
ENDIF(PYTHON_MODULE_${_NAME}_BUILD_SHARED)
SET(PY_MODULES_LIST ${PY_MODULES_LIST} ${_NAME} CACHE STRING "Collect a list of all added python modules" FORCE)
- message(STATUS "modules: ${PY_MODULES_LIST}")
ADD_LIBRARY(${_NAME} ${PY_MODULE_TYPE} ${ARGN})
# TARGET_LINK_LIBRARIES(${_NAME} ${PYTHON_LIBRARIES})
ENDIF(PYTHON_ENABLE_MODULE_${_NAME})