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

ENH: Applied patch from Rashad KANAVATH (changed OTB-applications directory...

ENH: Applied patch from Rashad KANAVATH (changed OTB-applications directory search path on the Windows platform).
parent 949085d7
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ endif(NOT GDAL_DATA)
# Search all the applications available in the OTB install dir
# Consequently, this part of code only works with an OTB install dir,
# not with an OB build dir.
file(GLOB OTB_APPS_LIST ${OTB_DIR}/applications/otbapp_*.dll) # /lib/otb
file(GLOB OTB_APPS_LIST ${OTB_DIR}/../../otb/applications/otbapp_*.dll) # /lib/otb
if(NOT OTB_APPS_LIST)
message(FATAL_ERROR "No OTB-applications detected")
......
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