diff options
author | OBATA Akio <[email protected]> | 2020-08-08 18:33:11 +0900 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-08-26 18:10:51 +0200 |
commit | 56c5973b6b33df77a7491b07411cbd772c0d5d79 (patch) | |
tree | 98edb6334e62c8965e3e6b33a34dac89a964e241 /CMakeLists.txt | |
parent | 80444f1bea108bd9bc72e8ad94b5b18ac72e23ca (diff) | |
download | tdelibs-56c5973b6b33df77a7491b07411cbd772c0d5d79.tar.gz tdelibs-56c5973b6b33df77a7491b07411cbd772c0d5d79.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 <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 73a14594c..fbb2e6315 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1236,7 +1236,6 @@ endif ( WITH_TDEICONLOADER_DEBUG ) ##### write configure files ##################### configure_file( config.h.cmake config.h ) -configure_file( dcop/dcop-path.h.cmake dcop/dcop-path.h ) configure_file( tdecore/kdemacros.h.cmake tdecore/kdemacros.h ) configure_file( kjs/global.h.in kjs/global.h ) configure_file( tdeio/kssl/ksslconfig.h.cmake tdeio/kssl/ksslconfig.h ) |