From 44b91a41b3ea2a66d7ff84378d919470efaa0fd5 Mon Sep 17 00:00:00 2001 From: DavidNew-NOAA Date: Wed, 15 Nov 2023 20:48:01 +0000 Subject: [PATCH] Minor fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index defe6a905..6ad265b9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,7 +91,7 @@ if(BUILD_GDASBUNDLE) ecbuild_bundle( PROJECT fv3-jedi-lm GIT "https://github.com/jcsda/fv3-jedi-linearmodel.git" TAG aa43b60 ) option(ENABLE_FV3_JEDI_DATA "Obtain fv3-jedi test data from fv3-jedi-data repository (vs tarball)" ON) # ecbuild_bundle( PROJECT fv3-jedi GIT "https://github.com/jcsda/fv3-jedi.git" TAG 8fd2c2b ) - ecbuild_bundle( PROJECT fv3-jedi GIT "https://github.com/jcsda/fv3-jedi.git" BRANCH feature/cube-cycle ) + ecbuild_bundle( PROJECT fv3-jedi GIT "https://github.com/jcsda-internal/fv3-jedi.git" BRANCH feature/cube-cycle ) # SOCA associated repositories # TODO: Move the Icepack fork to EMC github