From a9b1139193cb49020db7c0a60556c05e0bbff06a Mon Sep 17 00:00:00 2001 From: Simon Gene Gottlieb Date: Sun, 26 Nov 2023 12:55:10 +0100 Subject: [PATCH] fix: build less of cereal --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8997a25f..42a9654f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,9 @@ if (${ROOT_PROJECT}) GIT_TAG v1.3.2 OPTIONS "SKIP_PERFORMANCE_COMPARISON ON" + "BUILD_SANDBOX OFF" + "BUILD_DOC OFF" + "WITH_WERROR OFF" ) enable_testing()