mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-19 11:14:46 +00:00
Don't build tests by default. Set ELFIO_BUILD_TESTS=ON
This commit is contained in:
parent
d8b71ebc91
commit
a04810f126
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user