From 80f0858435a3a2f70220bf74e80497d87fbfae49 Mon Sep 17 00:00:00 2001 From: Jiwon Gim Date: Fri, 29 Sep 2023 03:35:01 +0900 Subject: [PATCH] update the tag --- musica-fortran/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/musica-fortran/test/CMakeLists.txt b/musica-fortran/test/CMakeLists.txt index b1572544..064d52f3 100644 --- a/musica-fortran/test/CMakeLists.txt +++ b/musica-fortran/test/CMakeLists.txt @@ -16,7 +16,7 @@ set(ENABLE_TUVX OFF) FetchContent_Declare(musica GIT_REPOSITORY https://github.com/NCAR/musica.git - GIT_TAG bfad77f # TODO(jiwon) - update the tag + GIT_TAG 10f8126 # TODO(jiwon) - update the tag ) FetchContent_MakeAvailable(musica)