Disable benchmarks by default

This commit is contained in:
Denis Blank 2018-11-18 17:45:09 +01:00
parent fae030afa3
commit 7b4ab90f9c

View File

@ -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"