From 14f4dc901d3d78f1afe8bf70c6a0e71674e1f4a6 Mon Sep 17 00:00:00 2001 From: Lord Date: Sun, 8 May 2022 13:22:10 +0300 Subject: [PATCH] updated dependencies --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba2e050..9777eb4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) @@ -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) @@ -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)