From 7b4ab90f9cbe9e07cd62a060078f3979dade21fa Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Sun, 18 Nov 2018 17:45:09 +0100 Subject: [PATCH] Disable benchmarks by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index acccfed..042baf9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ option(CTI_CONTINUABLE_WITH_EXAMPLES option(CTI_CONTINUABLE_WITH_BENCHMARKS "Build the continuable benchmarks" - ${IS_TOP_LEVEL_PROJECT}) + OFF) option(CTI_CONTINUABLE_WITH_NO_EXCEPTIONS "Disable exception support"