Skip to content

Commit

Permalink
Updating release deps
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Jul 9, 2024
1 parent e4e5da3 commit 8281501
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmake/release_dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set( SPDLOG_INSTALL CACHE INTERNAL BOOL ON )

FetchContent_Declare( tools
GIT_REPOSITORY ../../njoy/tools
GIT_TAG 5f8429f804a842d165e0efdf1ca1d2d06e720f45 # tag: v0.3.1
GIT_TAG e446ee45d5ddbc8d6bc0d47a75e9e20a8789afd9 # tag: v0.3.1
)
#######################################################################
# Load dependencies
Expand All @@ -42,7 +42,7 @@ if(ACEtk.tests)
GIT_TAG 3f0283de7a9c43200033da996ff9093be3ac84dc # tag: v3.3.2
)
FetchContent_MakeAvailable(
Catch2
Catch2
)
endif()

Expand All @@ -51,4 +51,3 @@ FetchContent_MakeAvailable(
spdlog
tools
)

0 comments on commit 8281501

Please sign in to comment.