Skip to content

Commit

Permalink
Generate nc_test/run_pnetcdf_tests.sh when using cmake, in support of U…
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Jun 28, 2022
1 parent 47d35cc commit 24bdf6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 24bdf6c

Please sign in to comment.