Skip to content

Commit

Permalink
conda build: fmt spdlog update
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Mar 26, 2024
1 parent dbe2446 commit 2a251f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ mkdir %SRC_DIR%\thirdparty

cd %SRC_DIR%\thirdparty

git clone --branch 9.1.0 --depth 1 https://github.com/fmtlib/fmt.git
git clone --branch v1.10.0 --depth 1 https://github.com/gabime/spdlog.git
git clone --branch 10.2.1 --depth 1 https://github.com/fmtlib/fmt.git
git clone --branch v1.13.0 --depth 1 https://github.com/gabime/spdlog.git
git clone --branch v4.0.0 --depth 1 https://github.com/Microsoft/GSL.git
git clone --branch v3.0.1 --depth 1 https://github.com/HowardHinnant/date

Expand Down

0 comments on commit 2a251f7

Please sign in to comment.