Skip to content

Commit

Permalink
Bump graph-prototype and ut
Browse files Browse the repository at this point in the history
Use latest graph-prototype and update to the ut used in there.
  • Loading branch information
frankosterfeld authored and wirew0rm committed Apr 5, 2024
1 parent 787c963 commit 417f997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ set(ENABLE_TESTING OFF)
FetchContent_Declare(
graph-prototype
GIT_REPOSITORY https://github.com/fair-acc/graph-prototype.git
GIT_TAG 1402c524e557b6a81403e52dfe6a7c42c278dafd # main as of 2024-03-26
GIT_TAG 3cb5c2aff7046bc3760ccd8f8b701cbde361ecfd # main as of 2024-04-05
)

FetchContent_Declare(
ut
GIT_REPOSITORY https://github.com/boost-ext/ut.git
GIT_TAG bf8388f61103571dee3061a4ef23292a320d9dbf # head as of 2023-08-21
GIT_TAG v2.0.1 # latest tag as of 2023-12-19
)

if (EMSCRIPTEN)
Expand Down

0 comments on commit 417f997

Please sign in to comment.