mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-31 17:50:26 +08:00
fixing findplugins move to h5_test
This commit is contained in:
parent
e29af624a2
commit
774d26a81d
@ -1840,7 +1840,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/s3gc.in ${CMAKE_CURRENT_BINARY_DIR}/s
|
||||
#####
|
||||
# Build and copy nc_test4/findplugin.sh to various places
|
||||
#####
|
||||
foreach(CC nc_test4 nczarr_test v3_nczarr_test plugins examples/C)
|
||||
foreach(CC nc_test4 nczarr_test v3_nczarr_test plugins h5_test examples/C)
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/plugins/findplugin.in ${CMAKE_CURRENT_BINARY_DIR}/${CC}/findplugin.sh @ONLY NEWLINE_STYLE LF)
|
||||
endforeach()
|
||||
|
||||
|
@ -2238,7 +2238,7 @@ AC_MSG_NOTICE([generating header files and makefiles])
|
||||
AC_CONFIG_FILES(test_common.sh:test_common.in)
|
||||
AC_CONFIG_FILES(s3cleanup.sh:s3cleanup.in, [chmod ugo+x s3cleanup.sh])
|
||||
AC_CONFIG_FILES(s3gc.sh:s3gc.in, [chmod ugo+x s3gc.sh])
|
||||
for FP in plugins nc_test4 nczarr_test examples/C ; do
|
||||
for FP in plugins nc_test4 nczarr_test h5_test examples/C ; do
|
||||
AC_CONFIG_FILES(${FP}/findplugin.sh:plugins/findplugin.in, [chmod ugo+x ${FP}/findplugin.sh])
|
||||
done
|
||||
AC_CONFIG_FILES(ncdap_test/findtestserver.c:ncdap_test/findtestserver.c.in, [chmod ugo+x ncdap_test/findtestserver.c])
|
||||
|
Loading…
x
Reference in New Issue
Block a user