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

ENH: Disable setting of ITK_AUTOLOAD_PATH in mv2.bat script (MS Windows) due to performance issues.

parent 1f1c62f9
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@
:: Set GDAL_DATA env. variable
@set GDAL_DATA=%CURRENT_SCRIPT_DIR%..\share\gdal
@set ITK_AUTOLOAD_PATH=%CURRENT_SCRIPT_DIR%..\lib\otb\applications
:: Performance issue: do not set ITK_AUTOLOAD_PATH to avoid loading of OTB-Applications.
:: @set ITK_AUTOLOAD_PATH=%CURRENT_SCRIPT_DIR%..\lib\otb\applications
:: Set current dir to HOME dir because Monteverdi generates temporary files and need write access
@cd %HOMEDRIVE%%HOMEPATH%
......
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