Skip to content

Commit

Permalink
norem6
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Apr 29, 2024
1 parent 6bf8c4c commit 0837830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ option(NETCDF_ENABLE_EXTERNAL_SERVER_TESTS "Enable external Server remote tests.
option(NETCDF_ENABLE_DAP_LONG_TESTS "Enable DAP long tests." OFF)

if(DEFINED ENV{REMOTETESTDOWN})
message(WARNING "ENV(REMOTETESTDOWN) => NETCDF_ENABLE_DAP == OFF)
message(WARNING "ENV(REMOTETESTDOWN) => NETCDF_ENABLE_DAP == OFF")
set(NETCDF_ENABLE_DAP OFF CACHE BOOL "" FORCE)
endif()

Expand Down

0 comments on commit 0837830

Please sign in to comment.