Skip to content
Snippets Groups Projects
Commit 38a7bd73 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Add opencv_dir option

parent 538ffff0
No related branches found
No related tags found
No related merge requests found
...@@ -63,3 +63,6 @@ list (APPEND otb_options ${otb_data_option}) ...@@ -63,3 +63,6 @@ list (APPEND otb_options ${otb_data_option})
foreach(option ${otb_options}) foreach(option ${otb_options})
set( CONFIGURE_OPTIONS "${CONFIGURE_OPTIONS}-D${option};") set( CONFIGURE_OPTIONS "${CONFIGURE_OPTIONS}-D${option};")
endforeach(option) endforeach(option)
# This should be removed as soon as possible
set( CONFIGURE_OPTIONS "${CONFIGURE_OPTIONS}-Dopencv_INCLUDE_DIR:PATH=/usr/include;")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment