Skip to content
Snippets Groups Projects
Commit a04810f1 authored by Serge Lamikhov-Center's avatar Serge Lamikhov-Center
Browse files

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

parent d8b71ebc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment