Dominik Haumann wrote: > Please CC me, as I'm not subscribed to kde-buildsystem.
Likewise, I'm on kde-buildsystem but not decibel, please CC either me or buildsystem. > On Saturday 08 November 2008, Dominik Haumann wrote: >> SVN commit 881692 by dhaumann: >> >> fix building Decibel as submodule of kdesupport > [...] Hey, you fixed my RFE! (https://bugs.kde.org/show_bug.cgi?id=169632) Can I commit this small adjustment also? Index: decibel/CMakeLists.txt =================================================================== --- decibel/CMakeLists.txt (revision 882361) +++ decibel/CMakeLists.txt (working copy) @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0) cmake_policy(SET CMP0003 NEW) -set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules") +SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules" ${CMAKE_MODULE_PATH}) SET(CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON) # Warning: We want the decibel daemon to be useable without KDE4 =================================================================== Oh, and I have an outstanding note to use KDESupport_SOURCE_DIR in the Find modules for FindTapioca and FindTelepathy... which I see is done already in decibel but not tapioca; along with the above, okay to copy FindTelepathyQt.cmake from decibel to tapioca, replacing the current version? -- Matthew Please do not quote my e-mail address unobfuscated in message bodies. -- We are Microsoft. What you are experiencing is not a problem; it is an undocumented feature. -- Unknown (from fortune's bofh-excuses) _______________________________________________ Decibel mailing list [email protected] https://mail.kde.org/mailman/listinfo/decibel
