Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sébastien Peillet
otb
Commits
be1acc94
Commit
be1acc94
authored
9 years ago
by
Guillaume Pasero
Browse files
Options
Downloads
Patches
Plain Diff
ENH: superbuild in OTB shouldn't try to build more than OTB
parent
bc8cac2d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SuperBuild/CMakeLists.txt
+0
-16
0 additions, 16 deletions
SuperBuild/CMakeLists.txt
with
0 additions
and
16 deletions
SuperBuild/CMakeLists.txt
+
0
−
16
View file @
be1acc94
...
...
@@ -22,9 +22,6 @@ mark_as_advanced(DOWNLOAD_LOCATION)
# General options
option
(
ENABLE_QT4
" Use QT4 in the SuperBuild"
ON
)
option
(
ENABLE_OTB_LARGE_INPUTS
" Use the OTB-LargeInputs for testing"
OFF
)
option
(
BUILD_ICE
"Clone and build ICE"
OFF
)
option
(
BUILD_MONTEVERDI2
"Clone and build Monteverdi2"
OFF
)
option
(
BUILD_MONTEVERDI
"Clone and build Monteverdi"
OFF
)
# check if superbuild is in OTB source or in stand-alone mode
set
(
SUPERBUILD_IN_OTB_TREE OFF
)
...
...
@@ -122,16 +119,3 @@ option(OTB_WRAP_PYTHON "Enable python wrappers for OTB applications (requires SW
option
(
OTB_WRAP_JAVA
"Enable java wrappers for OTB applications (requires SWIG)"
OFF
)
include
(
External_otb
)
if
(
BUILD_ICE
)
option
(
BUILD_ICE_APPLICATION
"Build the Ice application (requires glfw and glut)"
OFF
)
include
(
External_ice
)
endif
()
if
(
BUILD_MONTEVERDI2
)
include
(
External_monteverdi2
)
endif
()
if
(
BUILD_MONTEVERDI
)
include
(
External_monteverdi
)
endif
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment