From 019294bad3f4b564f193875728e87bfec0ee5018 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 3 Jan 2025 18:20:04 +0000 Subject: [PATCH] Update CMakeLists.txt Co-authored-by: Amaury Chamayou --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb1502ff7ec..e3966be97fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,7 +101,7 @@ option(BUILD_END_TO_END_TESTS "Build end to end tests" ON) option(COVERAGE "Enable coverage mapping" OFF) option(SHUFFLE_SUITE "Shuffle end to end test suite" OFF) option(CDDL_CHECK - "Run cddl schema check agains certain CBOR envelopes in e2e tests" ON + "Run cddl schema check against certain CBOR envelopes in e2e tests" ON ) option(LONG_TESTS "Enable long end-to-end tests" OFF) option(KV_STATE_RB "Enable RBMap as underlying KV state implementation" OFF)