aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--samples/kcalc/CMakeLists.txt2
-rw-r--r--samples/kpager/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/samples/kcalc/CMakeLists.txt b/samples/kcalc/CMakeLists.txt
index 8418baf6..e402fd72 100644
--- a/samples/kcalc/CMakeLists.txt
+++ b/samples/kcalc/CMakeLists.txt
@@ -56,7 +56,7 @@ TARGET_LINK_LIBRARIES(kdeinit_kcalc ${QT_AND_KDECORE_LIBS} kdeui knumber gmp)
INSTALL_TARGETS(/lib kdeinit_kcalc )
TARGET_LINK_LIBRARIES( kcalc kdeinit_kcalc )
-INSTALL_TARGETS(/bin kcalc )
+install(TARGETS kcalc DESTINATION bin)
########### install files ###############
diff --git a/samples/kpager/CMakeLists.txt b/samples/kpager/CMakeLists.txt
index 1033af75..df8009f3 100644
--- a/samples/kpager/CMakeLists.txt
+++ b/samples/kpager/CMakeLists.txt
@@ -29,7 +29,7 @@ KDE3_ADD_EXECUTABLE(kpager ${kpager_SRCS})
TARGET_LINK_LIBRARIES(kpager ${QT_AND_KDECORE_LIBS} kdeui )
-INSTALL_TARGETS(/bin kpager )
+install(TARGETS kpager DESTINATION bin)
########### install files ###############