Skip to content
Snippets Groups Projects
Commit a1c12d78 authored by Oliver Heidmann's avatar Oliver Heidmann
Browse files

removed dependency on HAVE_LIBNC_DAP define for knowing if dap is made available by cdi

parent 71ac0bbc
No related branches found
No related tags found
1 merge request!312CMake Improvements and fixes
......@@ -211,9 +211,7 @@ print_features()
#endif
#endif
#endif
#ifdef HAVE_LIBNC_DAP
fprintf(fp, " OPeNDAP");
#endif
if(cdi_has_dap()) fprintf(fp," dap");
#ifdef HAVE_LIBSZ
fprintf(fp, " sz");
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment