diff options
author | OBATA Akio <obache@wizdas.com> | 2020-08-08 18:33:11 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-08-31 11:51:45 +0200 |
commit | 928f3ce5fabcf1794a1843be442f366844d2b74c (patch) | |
tree | 043189584c2bd5d3cd41ea996e2cd0faab9e029a /config.h.cmake | |
parent | c428e74c00bea87af94016138a6a88b19150db2c (diff) | |
download | tdelibs-928f3ce5fabcf1794a1843be442f366844d2b74c.tar.gz tdelibs-928f3ce5fabcf1794a1843be442f366844d2b74c.zip |
Fix to set DCOP_PATH properly
It is only used in dcop module and empty is unwanted situation,
so properly define it in dcop/CMakeLists.txt.
Rerevant header generation is also moved to there, and prevent
to define in main config.h file too.
Signed-off-by: OBATA Akio <obache@wizdas.com>
(cherry picked from commit 56c5973b6b33df77a7491b07411cbd772c0d5d79)
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.cmake b/config.h.cmake index 86ff0491f..5c80c0921 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -15,9 +15,6 @@ /* Define to 1 if using `alloca.c'. */ #undef C_ALLOCA -/* Define where your dcop binary is */ -#cmakedefine DCOP_PATH "@DCOP_PATH@" - /* Use su or sudo */ #define DEFAULT_SUPER_USER_COMMAND "@DEFAULT_SUPER_USER_COMMAND@" |