Skip to content

Commit

Permalink
[CMAKE] Removes shallow clone of URI 3rd party lib
Browse files Browse the repository at this point in the history
As uri has no release/version tags, the shallow clone mode would fail to
checkout.

This commit removes this tag mention.
This commit bumps slang to 7.0.

Closes #13
  • Loading branch information
suzizecat committed Oct 4, 2024
1 parent 49086d9 commit f4a00cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third-party.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GIT_SHALLOW ON)
FetchContent_Declare(uri
GIT_REPOSITORY https://github.com/ben-zen/uri-library.git
GIT_TAG 23690f8
GIT_SHALLOW ON)
GIT_SHALLOW OFF)

FetchContent_Declare(uuid
GIT_REPOSITORY https://github.com/mariusbancila/stduuid.git
Expand All @@ -37,7 +37,7 @@ GIT_SHALLOW ON)
# Core feature providers
FetchContent_Declare( slang
GIT_REPOSITORY https://github.com/MikePopoloski/slang.git
GIT_TAG v6.0
GIT_TAG v7.0
#GIT_TAG 81fcb0e2f5af2f1d6e718c7bd75bd96c84a1701a
GIT_SHALLOW ON)

Expand Down

0 comments on commit f4a00cb

Please sign in to comment.