Skip to content

Commit

Permalink
Don't build tests by default. Set ELFIO_BUILD_TESTS=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1 committed Nov 18, 2022
1 parent d8b71eb commit a04810f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a04810f

Please sign in to comment.