Skip to content

Commit

Permalink
Update circleci to use CppAD 2024 from GitHub
Browse files Browse the repository at this point in the history
Signed-off-by: joaoleal <[email protected]>
  • Loading branch information
joaoleal committed Sep 1, 2024
1 parent 99a3784 commit 656d23e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
command: |
curdir="$(pwd)"
cd "${curdir}/${CPPADCG_DEPS}"
git clone --depth 1 --branch 20240000.7 https://github.com/coin-or/CppAD.git CppAD
cd "CppAD"
git clone --depth 1 --branch 20240000.7 https://github.com/coin-or/CppAD.git CppADGit
cd "CppADGit"
mkdir build
cd build
cmake -Dcppad_prefix:PATH="${curdir}/${CPPAD_INSTALL}" \
Expand Down

0 comments on commit 656d23e

Please sign in to comment.