From 5b175526357391f4b2f763d5da8460ad212169d8 Mon Sep 17 00:00:00 2001 From: Marc Auberer Date: Sat, 23 Mar 2024 20:39:33 +0100 Subject: [PATCH] Update thread pool to 4.1.0 (#507) --- setup-libs.bat | 4 ++-- setup-libs.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup-libs.bat b/setup-libs.bat index 00f7923d6..d24da4c08 100644 --- a/setup-libs.bat +++ b/setup-libs.bat @@ -18,8 +18,8 @@ curl -SsL "https://github.com/nlohmann/json/releases/download/v3.11.2/json.hpp" :: Download Thread Pool mkdir thread-pool -curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.0.1/include/BS_thread_pool.hpp" --output thread-pool/thread-pool.hpp -curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.0.1/include/BS_thread_pool_utils.hpp" --output thread-pool/thread-pool-utils.hpp +curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.1.0/include/BS_thread_pool.hpp" --output thread-pool/thread-pool.hpp +curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.1.0/include/BS_thread_pool_utils.hpp" --output thread-pool/thread-pool-utils.hpp :: Download CLI11 mkdir cli11 diff --git a/setup-libs.sh b/setup-libs.sh index f356f9114..82529309d 100755 --- a/setup-libs.sh +++ b/setup-libs.sh @@ -17,8 +17,8 @@ curl -SsL "https://github.com/nlohmann/json/releases/download/v3.11.2/json.hpp" # Download Thread Pool mkdir thread-pool -curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.0.1/include/BS_thread_pool.hpp" --output thread-pool/thread-pool.hpp -curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.0.1/include/BS_thread_pool_utils.hpp" --output thread-pool/thread-pool-utils.hpp +curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.1.0/include/BS_thread_pool.hpp" --output thread-pool/thread-pool.hpp +curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.1.0/include/BS_thread_pool_utils.hpp" --output thread-pool/thread-pool-utils.hpp # Download CLI11 mkdir cli11