SVN commit 976125 by cgiboudeaux: We don't need to look for xsltproc twice M +0 -6 CMakeLists.txt --- trunk/KDE/kdepim/akonadi/resources/microblog/CMakeLists.txt #976124:976125 @@ -2,12 +2,6 @@ set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}" ) -find_program(XSLTPROC_EXECUTABLE xsltproc) -macro_log_feature(XSLTPROC_EXECUTABLE "xsltproc" "The command line XSLT processor from libxslt" "http://xmlsoft.org/XSLT/" TRUE "" "Required for building Akonadi.") -if(NOT XSLTPROC_EXECUTABLE) - macro_display_feature_log() -endif(NOT XSLTPROC_EXECUTABLE) - # generates a D-Bus interface description from a KConfigXT file macro(kcfg_generate_dbus_interface _kcfg _name) add_custom_command(