Skip to content
Snippets Groups Projects
Commit 7d25be4c authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

call gribSetDebug() only if HAVE_LIBCGRIBEX

parent d71a49a4
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ void cdiDebug(int level)
if ( level == 1 || (level & 16) )
{
#if defined (HAVE_LIBGRIB)
#if defined (HAVE_LIBCGRIBEX)
gribSetDebug(1);
#endif
#if defined (HAVE_LIBNETCDF)
......
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