aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)