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 orfeotoolbox/otb!322
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -55,7 +55,7 @@ option(BUILD_STATIC_LIBS "Build with static libraries." OFF) ...@@ -55,7 +55,7 @@ option(BUILD_STATIC_LIBS "Build with static libraries." OFF)
option(BUILD_ALWAYS "Always build or install OTB." ON) option(BUILD_ALWAYS "Always build or install OTB." ON)
option(WITH_REMOTE_MODULES "Build with specific list of remote modules." OFF) option(WITH_REMOTE_MODULES "Build with specific list of remote modules." OFF)
option(OTB_USE_OPENMP "use openmp" 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(APPLE)
if(POLICY CMP0042) if(POLICY CMP0042)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment