Don't build tests by default. Set ELFIO_BUILD_TESTS=ON

This commit is contained in:
Serge Lamikhov-Center 2022-11-17 19:09:36 +02:00
parent d8b71ebc91
commit a04810f126

View File

@ -11,7 +11,7 @@ if(IS_TOP_PROJECT)
option(ELFIO_BUILD_EXAMPLES "Build ELFIO examples" ON) option(ELFIO_BUILD_EXAMPLES "Build ELFIO examples" ON)
# Turns this on in order to build tests # 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() endif()
# Read version from header file # Read version from header file