summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-03-24 21:35:42 +0900
committerSlávek Banko <slavek.banko@axis.cz>2019-04-01 18:36:29 +0200
commit77ffd0e710a5ea62b3c36e37cf82fd66df5b6512 (patch)
tree8ca132ac10b901c26da56102c75c5df3edd52ab8 /CMakeLists.txt
parent53ce57b0434d4fd42b3128a8f9fb4076e406ce01 (diff)
downloadtdepim-77ffd0e710a5ea62b3c36e37cf82fd66df5b6512.tar.gz
tdepim-77ffd0e710a5ea62b3c36e37cf82fd66df5b6512.zip
Fixed building of libkcal tests. Some of the tests still fails when
executed. This relates to bug 2719. Special thanks to Emanoil Kotsev <deloptes@gmail.com> for providing an inital patch for the same bug, from which I reused a small section of code. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ce47e20ed3f172bb04a2d4055a9326fec1c879b0)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2ad78ca63..f0c8f4e52 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,6 +28,7 @@ include( CheckCSourceCompiles )
include( CheckCXXSourceCompiles )
include( CheckLibraryExists )
include( CheckSymbolExists )
+enable_testing( )
##### include our cmake modules #################