Skip to content

Commit

Permalink
fixing cmake shell file copy
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 28, 2024
1 parent 774d26a commit 1e56080
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions h5_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ if(NETCDF_ENABLE_PLUGINS)
endif()
endif()

# Copy the shell file to build directory.
file(COPY run_h5_zstd_tests.sh DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/ FILE_PERMISSIONS OWNER_WRITE OWNER_READ OWNER_EXECUTE)



0 comments on commit 1e56080

Please sign in to comment.