Git commit 81bb4cea6aad4262f71c5b4b1bdc09837b060e32 by Ben Cooksley. Committed on 17/05/2018 at 07:28. Pushed by bcooksley into branch 'master'.
Disable tests for KAlarmCal. These currently fail to build on the CI system due to a linking failure, and due to KAlarmCal being a dependency of other software in turn makes Extragear and Applications CI unmaintainable. CCMAIL: [email protected] CCMAIL: [email protected] M +3 -3 CMakeLists.txt https://commits.kde.org/kalarmcal/81bb4cea6aad4262f71c5b4b1bdc09837b060e32 diff --git a/CMakeLists.txt b/CMakeLists.txt index b908a50..4baf18d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,9 +54,9 @@ add_definitions(-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT) add_subdirectory(src) add_subdirectory(serializers) -if(BUILD_TESTING) - add_subdirectory(autotests) -endif() +#if(BUILD_TESTING) +# add_subdirectory(autotests) +#endif() ########### CMake Config Files ########### set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5AlarmCalendar")
