From b889dd4fdbeff2438723288ffd227afd6a5dd13c Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Wed, 10 Dec 2025 11:57:35 +0100 Subject: [PATCH] Update wswrap minor improvement and fixes a possible warning --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ab6b460..9a752e2 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -13,12 +13,12 @@ FetchContent_Declare( # Desktop-only, without submodule: #FetchContent_Declare( # wswrap -# URL https://github.com/black-sliver/wswrap/archive/e71695c80e0338d0aa4f18e7e0f45b67681206be.zip) +# URL https://github.com/black-sliver/wswrap/archive/d0505e0ec53a26743f11051949a0dc66bcf44951.zip) # Complete, with submodule: FetchContent_Declare( wswrap GIT_REPOSITORY https://github.com/black-sliver/wswrap.git - GIT_TAG e71695c80e0338d0aa4f18e7e0f45b67681206be) + GIT_TAG d0505e0ec53a26743f11051949a0dc66bcf44951) FetchContent_MakeAvailable(asio json websocketpp wswrap)