Skip to content

Commit

Permalink
Update version in README and CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Jul 31, 2022
1 parent f52aab4 commit 9653944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
FetchContent_Declare(
gtl
GIT_REPOSITORY https://github.com/greg7mdp/gtl.git
GIT_TAG 1.01 # adjust tag/branch/commit as needed
GIT_TAG v1.1.0 # adjust tag/branch/commit as needed
)
FetchContent_MakeAvailable(gtl)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you are using cmake, you can use FetchContent to integrate gtl to your projec
FetchContent_Declare(
gtl
GIT_REPOSITORY https://github.com/greg7mdp/gtl.git
GIT_TAG 1.01 # adjust tag/branch/commit as needed
GIT_TAG v1.1.0 # adjust tag/branch/commit as needed
)
FetchContent_MakeAvailable(gtl)
Expand Down

0 comments on commit 9653944

Please sign in to comment.