Hi, does anyone have an idea what is wrong here?
Andras
---------- Forwarded Message ----------
Subject: [quanta-devel] Unable build kdewebdev in trunk after windows
related build system
Date: Thursday 27 March 2008
From: Keith Isdale <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Hi,
I am having trouble building kdewebdev trunk after updating as I am
getting
messages like :
CMake Error: Error in cmake code at
/home/isdale/kdesvn/kdewebdev/klinkstatus/src/CMakeLists.txt:130:
INSTALL TARGETS given no DESTINATION!
I started to do a local revert of the changes that seem to be the
problem as
shown by the attached diff and hope that someone else has a good fix for
both
windows and linux.
--
Keith
-------------------------------------------------------
--
Quanta Plus developer - http://quanta.kdewebdev.org
K Desktop Environment - http://www.kde.org
Index: quanta/lib/CMakeLists.txt
===================================================================
--- quanta/lib/CMakeLists.txt (revision 790641)
+++ quanta/lib/CMakeLists.txt (working copy)
@@ -43,7 +43,7 @@
target_link_libraries(kdevquanta kdevplatforminterfaces kdevplatformshell kdevplatformeditor ${KDE4_KTEXTEDITOR_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KDE3SUPPORT_LIBS})
set_target_properties(kdevquanta PROPERTIES VERSION 1.0.0 SOVERSION 1 )
-install(TARGETS kdevquanta ${INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS kdevquanta DESTINATION ${LIB_INSTALL_DIR})
########### install files ###############
Index: klinkstatus/src/CMakeLists.txt
===================================================================
--- klinkstatus/src/CMakeLists.txt (revision 790641)
+++ klinkstatus/src/CMakeLists.txt (working copy)
@@ -127,7 +127,7 @@
PROPERTIES VERSION ${GENERIC_KLINKSTATUS_LIB_VERSION}
SOVERSION ${GENERIC_KLINKSTATUS_LIB_SOVERSION} )
-install(TARGETS klinkstatuscommon DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS})
+install(TARGETS klinkstatuscommon DESTINATION ${LIB_INSTALL_DIR})
Index: kommander/widgets/CMakeLists.txt
===================================================================
--- kommander/widgets/CMakeLists.txt (revision 790641)
+++ kommander/widgets/CMakeLists.txt (working copy)
@@ -60,7 +60,7 @@
)
SET_TARGET_PROPERTIES(kommanderwidgets PROPERTIES VERSION 4.2.0 SOVERSION 4 )
-INSTALL(TARGETS kommanderwidgets ${INSTALL_TARGETS_DEFAULT_ARGS})
+INSTALL(TARGETS kommanderwidgets DESTINATION ${LIB_INSTALL_DIR})
########### install files ###############
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
