Test program generation should default off

This commit is contained in:
Allen Byrne 2017-09-12 09:24:27 -05:00
parent 3a4d573f03
commit 2c8092705c

View File

@ -575,6 +575,9 @@ if (MAKE_SYSTEM)
set (CFG_INIT "")
endif ()
# Do not generate test programs by default
option (HDF5_BUILD_GENERATORS "Build Test Generators" OFF)
#-----------------------------------------------------------------------------
# Add some definitions for Debug Builds
#-----------------------------------------------------------------------------