summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-03-24 21:35:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-03-24 21:35:42 +0900
commitce47e20ed3f172bb04a2d4055a9326fec1c879b0 (patch)
tree5906777828b9f2ed01d7516c05bee7687d92b59f /CMakeLists.txt
parent2877efbe303c4d41b5867e70f0fa464384399afc (diff)
downloadtdepim-ce47e20ed3f172bb04a2d4055a9326fec1c879b0.tar.gz
tdepim-ce47e20ed3f172bb04a2d4055a9326fec1c879b0.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>
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 852ac4a57..88cc54274 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 #################