Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
9c45b253
Commit
9c45b253
authored
Apr 28, 2016
by
Rashad Kanavath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PKG: set GENERATE_PACKAGE OFF by default
parent
17cab83f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
CMakeLists.txt
+2
-1
No files found.
CMakeLists.txt
View file @
9c45b253
...
...
@@ -286,7 +286,8 @@ if(BUILD_TESTING)
add_subdirectory
(
Testing
)
endif
()
option
(
GENERATE_PACKAGE
"Generate OTB package"
ON
)
#TODO: move this option to Packaging/CMakeLists.txt after big merge!
option
(
GENERATE_PACKAGE
"Generate OTB package"
OFF
)
option
(
GENERATE_XDK
"Generate XDK for OTB development"
OFF
)
if
(
GENERATE_PACKAGE OR GENERATE_XDK
)
...
...
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