mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Generate nc_test/run_pnetcdf_tests.sh when using cmake, in support of https://github.com/Unidata/netcdf-c/issues/2435
This commit is contained in:
parent
47d35cc24e
commit
24bdf6c067
@ -1479,6 +1479,12 @@ IF(ENABLE_PNETCDF)
|
||||
ELSE()
|
||||
MESSAGE(WARNING "ENABLE_PNETCDF requires version 1.6.1 or later; found version ${pnetcdf_version}. PnetCDF is disabled")
|
||||
ENDIF()
|
||||
|
||||
###
|
||||
# Generate pnetcdf test.
|
||||
###
|
||||
CONFIGURE_FILE("${netCDF_SOURCE_DIR}/nc_test/run_pnetcdf_tests.sh.in"
|
||||
"${netCDF_BINARY_DIR}/nc_test/run_pnetcdf_tests.sh")
|
||||
ENDIF(NOT PNETCDF)
|
||||
ENDIF()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user