mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-06 18:00:24 +08:00
Replace ENABLE_EXAMPLE_TESTS with NETCDF_ENABLE_EXAMPLE_TESTS
This commit is contained in:
parent
086401f86f
commit
ea56b21cd3
@ -850,9 +850,9 @@ if(ENABLE_LARGE_FILE_SUPPORT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
option(ENABLE_EXAMPLE_TESTS "Run extra example tests. Requires GNU Sed. Ignored if HDF5 is not Enabled" OFF)
|
||||
if(NOT ENABLE_HDF5 AND ENABLE_EXAMPLE_TESTS)
|
||||
set(ENABLE_EXAMPLE_TESTS OFF)
|
||||
option(NETCDF_ENABLE_EXAMPLE_TESTS "Run extra example tests. Requires GNU Sed. Ignored if HDF5 is not Enabled" OFF)
|
||||
if(NOT ENABLE_HDF5 AND NETCDF_ENABLE_EXAMPLE_TESTS)
|
||||
set(NETCDF_ENABLE_EXAMPLE_TESTS OFF)
|
||||
endif()
|
||||
|
||||
##################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user