Revert a previous change.

This commit is contained in:
Ward Fisher 2017-09-15 16:29:11 -06:00
parent 62d80a3f8f
commit e70fcc9865
2 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ ENDIF()
ENDIF()
add_sh_test(ncdump tst_inttags)
IF(USE_CDF5)
IF(USE_NETCDF4)
add_sh_test(ncdump tst_inttags4)
ENDIF()

View File

@ -62,7 +62,7 @@ TESTS += tst_inmemory_nc4.sh
endif
endif
if USE_CDF5
if USE_NETCDF4
TESTS += tst_inttags4.sh
endif