On Sunday 30 April 2006 18:35, André Wöbbeking wrote:
> Hi,
>
> I don't know if this is a cmake 2.4 regression or due to another
> change, but right now I can't start a kde4 session.

The usage of the preferred INSTALL command fixed it:

--- trunk/KDE/kdebase/workspace/CMakeLists.txt #536885:536886
@@ -40,7 +40,7 @@
 endif(X11_Xau_FOUND AND X11_Xdmcp_FOUND)
 
 ########### install files ###############
-install_files(/bin FILES startkde )
+install(PROGRAMS startkde DESTINATION bin)
_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to