diff --git a/Modules/FindNetCDF.cmake b/Modules/FindNetCDF.cmake index f6a9098..2694e46 100644 --- a/Modules/FindNetCDF.cmake +++ b/Modules/FindNetCDF.cmake @@ -200,7 +200,7 @@ if(NetCDF_PARALLEL) endif() ## Find libraries for each component -set( NetCDF_LIBRARIES ) +set( NetCDF_LIBRARIES "" ) foreach( _comp IN LISTS _search_components ) string( TOUPPER "${_comp}" _COMP )