KDE/kdesdk/kbugbuster
Laurent Montel
montel at kde.org
Mon May 15 22:55:15 CEST 2006
SVN commit 541270 by mlaurent:
Add message to signal why kresource will not compile
(I think that it will better to have a "configure.in.bot" into cmake)
CCMAIL: kde-buildsystem at kde.org
M +3 -1 CMakeLists.txt
--- trunk/KDE/kdesdk/kbugbuster/CMakeLists.txt #541269:541270
@@ -60,7 +60,9 @@
if(LIBKCAL_RESOURCECALENDAR)
add_subdirectory(kresources)
-endif(LIBKCAL_RESOURCECALENDAR)
+else( LIBKCAL_RESOURCECALENDAR)
+ MESSAGE(STATUS "Unable to find libkcal. The Bugzilla todo list resource for KOrganizer won't be compiled")
+endif(LIBKCAL_RESOURCECALENDAR)
include_directories( ${CMAKE_SOURCE_DIR}/kbugbuster/backend )
More information about the Kde-buildsystem
mailing list