Skip to content

Commit

Permalink
Merge pull request #24 from JCSDA/hotfix/remove-debug-msg
Browse files Browse the repository at this point in the history
Use release patch in ioda 2.0.1 which eliminates the extraneous debug messaging.
  • Loading branch information
Mark Miesch authored Jul 2, 2021
2 parents c3a6ac3 + 98d11fc commit 8c45a05
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 @@ -54,7 +54,7 @@ ecbuild_bundle( PROJECT crtm GIT "https://github.com/jcsda/crtm.git" TAG v2.3-
# Core JEDI repositories
ecbuild_bundle( PROJECT oops GIT "https://github.com/jcsda/oops.git" TAG 1.1.0 )
ecbuild_bundle( PROJECT saber GIT "https://github.com/jcsda/saber.git" TAG 1.1.1 )
ecbuild_bundle( PROJECT ioda GIT "https://github.com/jcsda/ioda.git" TAG 2.0.0 )
ecbuild_bundle( PROJECT ioda GIT "https://github.com/jcsda/ioda.git" TAG 2.0.2 )
ecbuild_bundle( PROJECT ufo GIT "https://github.com/jcsda/ufo.git" TAG 1.1.0 )

# FMS and FV3 dynamical core
Expand Down

0 comments on commit 8c45a05

Please sign in to comment.