From 56c5973b6b33df77a7491b07411cbd772c0d5d79 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 --- dcop/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dcop') diff --git a/dcop/CMakeLists.txt b/dcop/CMakeLists.txt index 7d2b46617..c93085a0b 100644 --- a/dcop/CMakeLists.txt +++ b/dcop/CMakeLists.txt @@ -30,6 +30,12 @@ link_directories( ) +##### Define where your dcop binary is ########## + +set( DCOP_PATH "${BIN_INSTALL_DIR}" ) +configure_file( dcop-path.h.cmake dcop-path.h ) + + ##### headers ################################### install( FILES -- cgit v1.2.1