Skip to content

Commit

Permalink
fix tuvx tag
Browse files Browse the repository at this point in the history
  • Loading branch information
boulderdaze committed Dec 19, 2024
1 parent 9a8255b commit b70bad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if (MUSICA_ENABLE_TUVX AND MUSICA_BUILD_C_CXX_INTERFACE)
set(TUVX_INSTALL_INCLUDE_DIR ${MUSICA_INSTALL_INCLUDE_DIR} CACHE STRING "" FORCE)

set_git_default(TUVX_GIT_REPOSITORY https://github.com/NCAR/tuv-x.git)
set_git_default(TUVX_GIT_TAG v.0.10.1)
set_git_default(TUVX_GIT_TAG v0.10.1)

FetchContent_Declare(tuvx
GIT_REPOSITORY ${TUVX_GIT_REPOSITORY}
Expand Down

0 comments on commit b70bad6

Please sign in to comment.