From bd7c09bef3ddf1ac450563a008ae084cc92dbae8 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Wed, 13 Dec 2023 09:32:49 +0100 Subject: [PATCH] Bump the version of SIO --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1148e1c63..cac2e1408 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -170,7 +170,7 @@ IF( NOT SIO_FOUND ) include(FetchContent) FetchContent_Declare(sio_extern GIT_REPOSITORY https://github.com/iLCSoft/SIO.git - GIT_TAG v00-01 + GIT_TAG v00-02 GIT_SHALLOW 1 # FIND_PACKAGE_ARGS )