SVN commit 1299656 by doerner: Make umbrello build fail gracefully if required libraries are not installed. This is necessary when building the whole kdesdk module.
CCMAIL: [email protected] M +2 -1 CMakeLists.txt --- trunk/KDE/kdesdk/umbrello/CMakeLists.txt #1299655:1299656 @@ -36,5 +36,6 @@ macro_display_feature_log() +if(LIBXSLT_FOUND AND LIBXML2_FOUND AND Boost_FOUND) add_subdirectory( umbrello ) - +endif(LIBXSLT_FOUND AND LIBXML2_FOUND AND Boost_FOUND) _______________________________________________ kde-sdk-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-sdk-devel
