Skip to content

Commit a04810f

Browse files
committed
Don't build tests by default. Set ELFIO_BUILD_TESTS=ON
1 parent d8b71eb commit a04810f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if(IS_TOP_PROJECT)
1111
option(ELFIO_BUILD_EXAMPLES "Build ELFIO examples" ON)
1212

1313
# Turns this on in order to build tests
14-
option(ELFIO_BUILD_TESTS "Build ELFIO tests" ON)
14+
option(ELFIO_BUILD_TESTS "Build ELFIO tests" OFF)
1515
endif()
1616

1717
# Read version from header file

0 commit comments

Comments
 (0)