Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-KA committed May 8, 2022
1 parent d9c9765 commit 14f4dc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endif()
FetchContent_Declare(
gobjpool
GIT_REPOSITORY https://github.com/Lord-KA/gObjPool.git
GIT_TAG release-1.0.4
GIT_TAG release-1.1.0
)
if(NOT gobjpool_POPULATED)
FetchContent_Populate(gobjpool)
Expand All @@ -40,7 +40,7 @@ endif()
FetchContent_Declare(
gtree
GIT_REPOSITORY https://github.com/Lord-KA/gTree.git
GIT_TAG release-1.1.0.1
GIT_TAG release-1.1.1
)
if(NOT gtree_POPULATED)
FetchContent_Populate(gtree)
Expand All @@ -60,7 +60,7 @@ endif()
FetchContent_Declare(
gspu
GIT_REPOSITORY https://github.com/lord-KA/spu.git
GIT_TAG release-1.1.0
GIT_TAG release-1.1.1
)
if(NOT gspu_POPULATED)
FetchContent_Populate(gspu)
Expand Down

0 comments on commit 14f4dc9

Please sign in to comment.