Skip to content

Commit

Permalink
Update CMakeLists.txt to ensure at least v3.4.2 of G2LIB
Browse files Browse the repository at this point in the history
is used.

Fixes ufs-community#591
  • Loading branch information
GeorgeGayno-NOAA committed Feb 14, 2022
1 parent ede7c52 commit eea4f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ find_package(nemsio 2.5.0 REQUIRED)
find_package(sigio 2.3.0 REQUIRED)
find_package(sp 2.3.3 REQUIRED)
find_package(ip 3.3.3 REQUIRED)
find_package(g2 3.4.0 REQUIRED)
find_package(g2 3.4.3 REQUIRED)
find_package(wgrib2 2.0.8 REQUIRED)
find_package(sigio 2.3.0 REQUIRED)

Expand Down

0 comments on commit eea4f4d

Please sign in to comment.