From 0f891721916ed0883f3d0aefad14e737bc29dd17 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Fri, 14 Dec 2012 02:16:06 +0100 Subject: Fix cmake build: unconditioned installation of migratekde3 and xdg-r14-update --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d5beba31..473c37c6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -262,8 +262,8 @@ tde_conditional_add_subdirectory( BUILD_TQT3INTEGRATION tqt3integration ) if( BUILD_STARTTDE ) install( PROGRAMS starttde DESTINATION ${BIN_INSTALL_DIR} ) + install( PROGRAMS migratekde3 r14-xdg-update DESTINATION ${BIN_INSTALL_DIR} ) endif() -install( PROGRAMS migratekde3 r14-xdg-update DESTINATION ${BIN_INSTALL_DIR} ) ##### write configure files ##################### -- cgit v1.2.3