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
0ecacb1d
Commit
0ecacb1d
authored
Jun 06, 2019
by
Rashad Kanavath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TEST: enable min build (debug failing test)
parent
72c937f5
Pipeline
#1692
passed with stages
in 37 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
CI/configure_option.cmake
CI/configure_option.cmake
+7
-6
No files found.
CI/configure_option.cmake
View file @
0ecacb1d
...
...
@@ -31,8 +31,8 @@ BUILD_EXAMPLES:BOOL=ON
BUILD_SHARED_LIBS:BOOL=ON
BUILD_TESTING:BOOL=ON"
)
set
(
otb_use_option
"
OTB_USE_6S:BOOL=ON
set
(
otb_use_option
"
OTB_USE_6S:BOOL=ON
OTB_USE_CURL:BOOL=OFF
OTB_USE_GLEW:BOOL=OFF
OTB_USE_GLFW:BOOL=OFF
...
...
@@ -52,11 +52,12 @@ OTB_USE_SHARK:BOOL=OFF
OTB_USE_SIFTFAST:BOOL=ON
OTB_USE_SPTW:BOOL=ON
OTB_USE_SSE_FLAGS:BOOL=ON
)
"
)
set (otb_wrap_option
"
OTB_WRAP_JAVA:BOOL=OFF
OTB_WRAP_PYTHON:BOOL=OFF
")
set
(
otb_wrap_option
"
OTB_WRAP_JAVA:BOOL=OFF
OTB_WRAP_PYTHON:BOOL=OFF
"
)
set
(
otb_data_option
"OTB_DATA_USE_LARGEINPUT:BOOL=OFF
...
...
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