Skip to content

Commit

Permalink
Update thread pool to 4.1.0 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Mar 23, 2024
1 parent 7ca8aa8 commit 5b17552
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup-libs.bat
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup-libs.sh
Expand Up @@ -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
Expand Down

0 comments on commit 5b17552

Please sign in to comment.