Skip to content

Commit

Permalink
SFT-4438: Update foundation-ffi integration dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandudey committed Nov 20, 2024
1 parent 019212e commit a723806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ffi/integration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ set(CMAKE_CXX_STANDARD 14)
FetchContent_Declare(
Corrosion
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion
GIT_TAG v0.4.9
GIT_TAG v0.5.0
)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest
GIT_TAG v1.13.0
GIT_TAG v1.15.2
)

FetchContent_MakeAvailable(Corrosion)
Expand Down

0 comments on commit a723806

Please sign in to comment.