Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
be1acc94
Commit
be1acc94
authored
Apr 10, 2015
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: superbuild in OTB shouldn't try to build more than OTB
parent
bc8cac2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
SuperBuild/CMakeLists.txt
SuperBuild/CMakeLists.txt
+0
-16
No files found.
SuperBuild/CMakeLists.txt
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
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment