Skip to content
Snippets Groups Projects
Commit c654126d authored by Thibaut ROMAIN's avatar Thibaut ROMAIN
Browse files

PKG: improve feedback when recompiling otb python bindings

parent 9f86e2b5
No related branches found
No related tags found
1 merge request!528Support of ITK 5.x in OTB
Pipeline #16193 passed
......@@ -18,6 +18,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
echo "************ Recompiling OTB python bindings with your version of Python ************"
ctest -S "$OTB_INSTALL_DIR/share/otb/swig/build_wrapping.cmake" -VV
detected_pyversion="$(python3 -V 2>&1)"
echo "************ Recompiling OTB python bindings with $detected_pyversion ************"
ctest -S "$OTB_INSTALL_DIR/share/otb/swig/build_wrapping.cmake" -V
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