Skip to content

Commit

Permalink
Upgrade CLI11 to version 2.4.1-spice (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Feb 8, 2024
1 parent cb65d8d commit 4a198b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup-libs.bat
Expand Up @@ -23,6 +23,6 @@ curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.0.1/includ

:: Download CLI11
mkdir cli11
curl -SsL "https://github.com/spicelang/CLI11/releases/download/v2.4.0-spice/CLI11.hpp" --output cli11/CLI11.hpp
curl -SsL "https://github.com/spicelang/CLI11/releases/download/v2.4.1-spice/CLI11.hpp" --output cli11/CLI11.hpp

popd
2 changes: 1 addition & 1 deletion setup-libs.sh
Expand Up @@ -22,6 +22,6 @@ curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.0.1/includ

# Download CLI11
mkdir cli11
curl -SsL "https://github.com/spicelang/CLI11/releases/download/v2.4.0-spice/CLI11.hpp" --output cli11/CLI11.hpp
curl -SsL "https://github.com/spicelang/CLI11/releases/download/v2.4.1-spice/CLI11.hpp" --output cli11/CLI11.hpp

cd ..

0 comments on commit 4a198b6

Please sign in to comment.