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@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  )
 
_______________________________________________
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to