Skip to content

Commit

Permalink
fix error in build_all_conda.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JWRoboticsVision authored Mar 29, 2024
1 parent 44456bc commit 14f3e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_all_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PROJ_ROOT=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd ${PROJ_ROOT}/mycpp/ && \
rm -rf build && mkdir -p build && cd build && \
cmake .. && \
# make -j$(nproc)
make -j$(nproc)

# Install mycuda
cd ${PROJ_ROOT}/bundlesdf/mycuda && \
Expand Down

0 comments on commit 14f3e3f

Please sign in to comment.