Skip to content

Commit

Permalink
[Change] Fetch content of dependent bux with fixed tag 1.6.5 while …
Browse files Browse the repository at this point in the history
…it still can.
  • Loading branch information
buck-yeh committed Jun 1, 2022
1 parent bd348a6 commit aa7a543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include(FetchContent)
FetchContent_Declare(
FetchedBux
GIT_REPOSITORY https://github.com/buck-yeh/bux.git
GIT_TAG main
GIT_TAG 1.6.5
SOURCE_DIR ${DEPENDEE_ROOT}/bux
)
FetchContent_MakeAvailable(FetchedBux)
Expand Down

0 comments on commit aa7a543

Please sign in to comment.