Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
kgerheiser committed Oct 4, 2021
1 parent 1b274c7 commit 9b77a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Findwgrib2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(WGRIB2_API_LIB)
set(second_lib ${WGRIB2_LIB})
else()
# Makefile build. Only need libwgrib2.a
set(FIRST_LIB ${WGRIB2_LIB})
set(first_lib ${WGRIB2_LIB})
set(second_lib "")
endif()

Expand Down

0 comments on commit 9b77a82

Please sign in to comment.