From 1a8896c2f3f025f7aa1aab6e58500462050e0a92 Mon Sep 17 00:00:00 2001 From: Natalie Moore Date: Wed, 12 Nov 2025 21:32:41 -0600 Subject: [PATCH] bump WebSocketPP version to conform to new CMake minimum version; --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d41d1f288..8a8c9f885 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -217,7 +217,7 @@ if (NOT DISABLE_WEBSOCKETS) FetchContent_Declare( WEBSOCKETPP GIT_REPOSITORY https://github.com/zaphoyd/websocketpp.git - GIT_TAG 56123c87598f8b1dd471be83ca841ceae07f95ba # 0.8.2 + GIT_TAG 4dfe1be74e684acca19ac1cf96cce0df9eac2a2d # 0.8.2 with modified CMake version ) FetchContent_MakeAvailable(WEBSOCKETPP) add_subdirectory(${websocketpp_SOURCE_DIR} EXCLUDE_FROM_ALL)