We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a3784 commit 656d23eCopy full SHA for 656d23e
.circleci/config.yml
@@ -33,8 +33,8 @@ jobs:
33
command: |
34
curdir="$(pwd)"
35
cd "${curdir}/${CPPADCG_DEPS}"
36
- git clone --depth 1 --branch 20240000.7 https://github.com/coin-or/CppAD.git CppAD
37
- cd "CppAD"
+ git clone --depth 1 --branch 20240000.7 https://github.com/coin-or/CppAD.git CppADGit
+ cd "CppADGit"
38
mkdir build
39
cd build
40
cmake -Dcppad_prefix:PATH="${curdir}/${CPPAD_INSTALL}" \
0 commit comments