diff --git a/CMakeLists.txt b/CMakeLists.txt index 3721a8fbb5..31605c0f71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1058,6 +1058,9 @@ ELSE() SET(ENABLE_DAP4 OFF CACHE BOOL "") ENDIF() +# Temporarily disable DAP4 +SET(ENABLE_DAP4 OFF CACHE BOOL "") + # Option to support byte-range reading of remote datasets OPTION(ENABLE_BYTERANGE "Enable byte-range access to remote datasets.." ON) if(NOT ENABLE_REMOTE_FUNCTIONALITY) diff --git a/configure.ac b/configure.ac index 9acb948729..d1eadd3baa 100644 --- a/configure.ac +++ b/configure.ac @@ -611,7 +611,9 @@ fi AM_CONDITIONAL(ENABLE_QUANTIZE, [test x$enable_quantize = xyes]) # --enable-dap => enable-dap4 -enable_dap4=$enable_dap +# Temporarily disable DAP4 +#enable_dap4=$enable_dap +enable_dap4=no AC_MSG_CHECKING([whether dap use of remotetest server should be enabled]) AC_ARG_ENABLE([dap-remote-tests], [AS_HELP_STRING([--disable-dap-remote-tests],