Git commit a0a3ac8baeccc6a17f6e2774768ce73bad0596b8 by Rex Dieter. Committed on 30/11/2015 at 21:53. Pushed by rdieter into branch 'master'. make svn kioslave optional Mostly in order to be able to easily disable it, since it currently fails to build against subversion-1.9+ M +1 -1 CMakeLists.txt http://commits.kde.org/kdesdk-kioslaves/a0a3ac8baeccc6a17f6e2774768ce73bad0= 596b8 diff --git a/CMakeLists.txt b/CMakeLists.txt index feb8f4d..7b093a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ macro_log_feature(SVN_FOUND "SVN" "Subversion Development= Libraries" "http://sub macro_log_feature(PERL_FOUND "Perl" "Perl Programming Language" "http://ww= w.perl.org/" FALSE "5.10" "Required in order to use the perldoc KIOSlave.") = if(SVN_FOUND) - add_subdirectory(svn) + macro_optional_add_subdirectory(svn) endif(SVN_FOUND) = if(PERL_FOUND)