Skip to content
Snippets Groups Projects
Commit be0fef33 authored by Stéphane Albert's avatar Stéphane Albert
Browse files

COMP: Switched GIT_TAG of Monteverdi from develop to release-3.2 in SuperBuild configuration.

parent 0acc29ce
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ADD_SUPERBUILD_CMAKE_VAR(QT_QMAKE_EXECUTABLE) ...@@ -24,7 +24,7 @@ ADD_SUPERBUILD_CMAKE_VAR(QT_QMAKE_EXECUTABLE)
ExternalProject_Add(${proj} ExternalProject_Add(${proj}
PREFIX ${proj} PREFIX ${proj}
GIT_REPOSITORY "https://git@git.orfeo-toolbox.org/git/monteverdi2.git" GIT_REPOSITORY "https://git@git.orfeo-toolbox.org/git/monteverdi2.git"
GIT_TAG "develop" GIT_TAG "release-3.2"
SOURCE_DIR ${MVD_SB_SRC} SOURCE_DIR ${MVD_SB_SRC}
BINARY_DIR ${MVD_SB_BUILD_DIR} BINARY_DIR ${MVD_SB_BUILD_DIR}
INSTALL_DIR ${CMAKE_INSTALL_PREFIX} INSTALL_DIR ${CMAKE_INSTALL_PREFIX}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment