mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
Fix CMake problem with executable naming
This commit is contained in:
parent
d8d4ed627a
commit
dab3d0da8e
@ -47,8 +47,11 @@ IF(USE_HDF4)
|
||||
ENDIF()
|
||||
|
||||
IF(USE_SZIP)
|
||||
SET(NC4_TESTS ${NC4_TESTS} test_szip)
|
||||
add_sh_test(nc_test4 tst_szip)
|
||||
BUILD_BIN_TEST(test_szip)
|
||||
BUILD_BIN_TEST(h5testszip)
|
||||
IF(BUILD_UTILITIES)
|
||||
add_sh_test(nc_test4 tst_szip)
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
||||
IF(BUILD_BENCHMARKS)
|
||||
|
@ -1,7 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
export SETX=1
|
||||
|
||||
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
|
||||
. ../test_common.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user