Skip to content
Snippets Groups Projects
Commit f6931200 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

Merge branch 'multiple_otb_additional_path' into 'develop'

DOC: improve documentation on how to pass multiple additional options to otb cmake cache

See merge request !322
parents 8cb27471 42fead0a
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ option(BUILD_STATIC_LIBS "Build with static libraries." OFF)
option(BUILD_ALWAYS "Always build or install OTB." ON)
option(WITH_REMOTE_MODULES "Build with specific list of remote modules." OFF)
option(OTB_USE_OPENMP "use openmp" OFF)
set(OTB_ADDITIONAL_CACHE "" CACHE STRING "Additional cmake option for OTB -DVAR:TYPE=VALUE ...")
set(OTB_ADDITIONAL_CACHE "" CACHE STRING "Additional cmake options for OTB with the syntax (semi-colon used as a separator): -D<var>:<type>=<value>;-D<var>:<type>=<value>")
if(APPLE)
if(POLICY CMP0042)
......
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