Skip to content

Commit

Permalink
Upgrade to CLI11 2.4.2-spice (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer authored May 5, 2024
1 parent 44cc641 commit d9ca4c8
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ curl -SsL "https://raw.githubusercontent.com/bshoshany/thread-pool/v4.1.0/includ

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

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

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

cd ..

0 comments on commit d9ca4c8

Please sign in to comment.