Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ANTsX/ANTsPy
Browse files Browse the repository at this point in the history
  • Loading branch information
ntustison committed Jan 5, 2024
2 parents 8e7ed21 + f79e84c commit 68ccfe0
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 68ccfe0

Please sign in to comment.