Git commit c54124804ee2a197ebda05de95db3063a113768a by Montel Laurent. Committed on 31/05/2015 at 21:20. Pushed by mlaurent into branch 'master'. Move autotest to BUILD_TESTING area M +3 -1 korganizer/CMakeLists.txt http://commits.kde.org/kdepim/c54124804ee2a197ebda05de95db3063a113768a diff --git a/korganizer/CMakeLists.txt b/korganizer/CMakeLists.txt index 3637495..b8316a4 100644 --- a/korganizer/CMakeLists.txt +++ b/korganizer/CMakeLists.txt @@ -19,7 +19,9 @@ include_directories( ) = add_subdirectory(tests) -add_subdirectory(autotests) +if (BUILD_TESTING) + add_subdirectory(autotests) +endif() add_subdirectory(interfaces) if(KDEPIM_BUILD_DESKTOP) add_subdirectory(pixmaps)