aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGökcen Eraslan <gokcen@pardus.org.tr>2009-06-10 11:34:57 +0000
committerGökcen Eraslan <gokcen@pardus.org.tr>2009-06-10 11:34:57 +0000
commitabb2c24845f953eb181b7858ca8aecc145e99462 (patch)
tree6c0acecaee8ab616f38610dca06db6201728397a /modules
parentf22141bb6681a17948dca23a39d0779e9375bde2 (diff)
downloadextra-cmake-modules-abb2c24845f953eb181b7858ca8aecc145e99462.tar.gz
extra-cmake-modules-abb2c24845f953eb181b7858ca8aecc145e99462.tar.bz2
Do not show DESTDIR of target in CMake status message, according to r931922.
CCMAIL: mueller@kde.org svn path=/trunk/KDE/kdelibs/; revision=979647
Diffstat (limited to 'modules')
-rw-r--r--modules/create_exe_symlink.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/create_exe_symlink.cmake b/modules/create_exe_symlink.cmake
index 95db4b48..691e8458 100644
--- a/modules/create_exe_symlink.cmake
+++ b/modules/create_exe_symlink.cmake
@@ -1,7 +1,7 @@
# Create an executable symlink to a Python script.
# This also sets the target script's permission bits.
-MESSAGE(STATUS "Symlinking $ENV{DESTDIR}/${LINK_NAME} to $ENV{DESTDIR}/${TARGET}")
+MESSAGE(STATUS "Symlinking $ENV{DESTDIR}/${LINK_NAME} to ${TARGET}")
GET_FILENAME_COMPONENT(abs_link_name $ENV{DESTDIR}/${LINK_NAME} ABSOLUTE)
GET_FILENAME_COMPONENT(link_path $ENV{DESTDIR}/${LINK_NAME} PATH)