Skip to content

Commit

Permalink
Merge pull request #523 from crossmanith/crossmanith-patch
Browse files Browse the repository at this point in the history
Update configure_ANTsPy.sh
  • Loading branch information
cookpa authored Jan 5, 2024
2 parents 49a6bc0 + 809ad37 commit f79e84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configure_ANTsPy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# clone pybind11 into library directory

cd ants/lib # go to lib dir
if [[ ! -d ~/pybind11 ]]; then
if [[ ! -d ./pybind11 ]]; then
git clone https://github.com/stnava/pybind11.git
# git clone https://github.com/ncullen93/pybind11.git
fi
Expand Down

0 comments on commit f79e84c

Please sign in to comment.