summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:56:55 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:56:55 -0500
commit659c2cd8332c1413cd0e947993f3f6e218b86ba8 (patch)
tree46757ed68e49efe386a837a58151f7d879a4751d
parentd2ac3c618323d97084b0c1399ca28e6b41184de4 (diff)
parentdd7828630b1007856171ced0bcf6b3dc9f067df7 (diff)
downloadtdelibs-659c2cd8332c1413cd0e947993f3f6e218b86ba8.tar.gz
tdelibs-659c2cd8332c1413cd0e947993f3f6e218b86ba8.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
m---------cmake0
-rw-r--r--tdeinit/CMakeLists.txt6
2 files changed, 5 insertions, 1 deletions
diff --git a/cmake b/cmake
-Subproject 0d5ca8bebbb638b05f1d11537ce41fcf73d10ac
+Subproject 08c6f54d6f80554caa671847417cf04326adb63
diff --git a/tdeinit/CMakeLists.txt b/tdeinit/CMakeLists.txt
index e53695423..741d60004 100644
--- a/tdeinit/CMakeLists.txt
+++ b/tdeinit/CMakeLists.txt
@@ -140,7 +140,11 @@ tde_add_executable( ${target} ${_setuid}
DESTINATION ${BIN_INSTALL_DIR}
)
-set_target_properties( ${target} PROPERTIES COMPILE_FLAGS -DEXECUTE=\\"${BIN_INSTALL_DIR}/tdeinit\\" )
+set_property(
+ TARGET ${target}
+ APPEND PROPERTY COMPILE_DEFINITIONS
+ EXECUTE="${BIN_INSTALL_DIR}/tdeinit"
+)
#### start_tdeinit_wrapper ######################