From a04810f12625207cce72665d783babb80f0175a8 Mon Sep 17 00:00:00 2001 From: Serge Lamikhov-Center Date: Thu, 17 Nov 2022 19:09:36 +0200 Subject: [PATCH] Don't build tests by default. Set ELFIO_BUILD_TESTS=ON --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 450121c..87de541 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ if(IS_TOP_PROJECT) option(ELFIO_BUILD_EXAMPLES "Build ELFIO examples" ON) # Turns this on in order to build tests - option(ELFIO_BUILD_TESTS "Build ELFIO tests" ON) + option(ELFIO_BUILD_TESTS "Build ELFIO tests" OFF) endif() # Read version from header file