attempting to get cmake build working with new nc_perf directory

This commit is contained in:
Ed Hartnett 2019-03-18 08:15:57 -06:00
parent 9d546bfdab
commit 5c06d40006

View File

@ -1766,7 +1766,9 @@ IF(ENABLE_TESTS)
IF(USE_NETCDF4)
INCLUDE_DIRECTORIES(h5_test)
ADD_SUBDIRECTORY(nc_test4)
ADD_SUBDIRECTORY(nc_perf)
IF(BUILD_BENCHMARKS)
ADD_SUBDIRECTORY(nc_perf)
ENDIF()
ADD_SUBDIRECTORY(h5_test)
ENDIF()
IF(ENABLE_DAP2)