aboutsummaryrefslogtreecommitdiff
path: root/modules/FindPyKDE4.cmake
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2008-10-21 06:46:12 +0000
committerLaurent Montel <montel@kde.org>2008-10-21 06:46:12 +0000
commit3ccbe08963ff10657585b2a7ba79825b245c424a (patch)
tree4783c1832e1c0a79494c0d7cfa9dce91418f8ba6 /modules/FindPyKDE4.cmake
parentdc691a93575f3ab9151048afec53d3cad907d317 (diff)
downloadextra-cmake-modules-3ccbe08963ff10657585b2a7ba79825b245c424a.tar.gz
extra-cmake-modules-3ccbe08963ff10657585b2a7ba79825b245c424a.tar.bz2
Bye bye print_status.cmake
svn path=/trunk/KDE/kdelibs/; revision=874282
Diffstat (limited to 'modules/FindPyKDE4.cmake')
-rw-r--r--modules/FindPyKDE4.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindPyKDE4.cmake b/modules/FindPyKDE4.cmake
index a3654054..fbc34f8b 100644
--- a/modules/FindPyKDE4.cmake
+++ b/modules/FindPyKDE4.cmake
@@ -127,14 +127,14 @@ MACRO(PYKDE4_INSTALL_PYTHON_FILES)
IF(_abs_bin_py STREQUAL ${_absfilename}) # Don't copy the file onto itself.
ADD_CUSTOM_COMMAND(
TARGET pysupport
- COMMAND ${CMAKE_COMMAND} ${_message} -P ${current_module_dir}/print_status.cmake
+ COMMAND ${CMAKE_COMMAND} -E echo ${message}
COMMAND ${PYTHON_EXECUTABLE} ${current_module_dir}/PythonCompile.py ${_bin_py}
DEPENDS ${_absfilename}
)
ELSE(_abs_bin_py STREQUAL ${_absfilename})
ADD_CUSTOM_COMMAND(
TARGET pysupport
- COMMAND ${CMAKE_COMMAND} ${_message} -P ${current_module_dir}/print_status.cmake
+ COMMAND ${CMAKE_COMMAND} -E echo ${message}
COMMAND ${CMAKE_COMMAND} -E copy ${_absfilename} ${_bin_py}
COMMAND ${PYTHON_EXECUTABLE} ${current_module_dir}/PythonCompile.py ${_bin_py}
DEPENDS ${_absfilename}