diff --git a/SuperBuild/CMakeLists.txt b/SuperBuild/CMakeLists.txt index 8adf65df..98396f78 100644 --- a/SuperBuild/CMakeLists.txt +++ b/SuperBuild/CMakeLists.txt @@ -123,7 +123,7 @@ ProcessorCount(nproc) externalproject_add(mve GIT_REPOSITORY https://github.com/OpenDroneMap/mve.git - GIT_TAG 200 + GIT_TAG 210 UPDATE_COMMAND "" SOURCE_DIR ${SB_SOURCE_DIR}/elibs/mve CONFIGURE_COMMAND "" diff --git a/start-dev-env.sh b/start-dev-env.sh index fd747c4c..e6874225 100755 --- a/start-dev-env.sh +++ b/start-dev-env.sh @@ -50,6 +50,8 @@ if [ "$1" = "--setup" ]; then # Misc aliases echo "alias pdal=/code/SuperBuild/install/bin/pdal" >> $HOME/.bashrc + echo "alias opensfm=/code/SuperBuild/src/opensfm/bin/opensfm" >> $HOME/.bashrc + su -c bash $2 exit 0