Skip to content

Commit

Permalink
Upgrade CLI11 to version 2.4.0-spice (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Feb 7, 2024
1 parent 8ee1dc9 commit 96ea78d
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.3.2-spice/CLI11.hpp" --output cli11/CLI11.hpp
curl -SsL "https://github.com/spicelang/CLI11/releases/download/v2.4.0-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.3.2-spice/CLI11.hpp" --output cli11/CLI11.hpp
curl -SsL "https://github.com/spicelang/CLI11/releases/download/v2.4.0-spice/CLI11.hpp" --output cli11/CLI11.hpp

cd ..

0 comments on commit 96ea78d

Please sign in to comment.