From 928f3ce5fabcf1794a1843be442f366844d2b74c Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Sat, 8 Aug 2020 18:33:11 +0900 Subject: 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 (cherry picked from commit 56c5973b6b33df77a7491b07411cbd772c0d5d79) --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index eba0a1549..ae92022f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1155,7 +1155,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 ) -- cgit v1.2.1