Skip to content

Commit

Permalink
Revert "Initialize variable so as not to keep appending. (#66)" (#67)
Browse files Browse the repository at this point in the history
This reverts commit 3bd7769.
  • Loading branch information
climbfuji authored Aug 23, 2023
1 parent 3bd7769 commit 43774d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/FindNetCDF.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

Expand Down

0 comments on commit 43774d7

Please sign in to comment.