Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Commandre Benjamin
OTB
Commits
b40f7a24
Commit
b40f7a24
authored
May 09, 2019
by
Cédric Traizet
Browse files
ENH: remove java wrapping options from otb
parent
96c72a7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b40f7a24
...
...
@@ -165,9 +165,6 @@ endif()
if
(
NOT OTB_INSTALL_PYTHON_DIR
)
set
(
OTB_INSTALL_PYTHON_DIR
"
${
OTB_INSTALL_LIBRARY_DIR
}
/otb/python"
)
endif
()
if
(
NOT OTB_INSTALL_JAVA_DIR
)
set
(
OTB_INSTALL_JAVA_DIR
"
${
OTB_INSTALL_LIBRARY_DIR
}
/otb/java"
)
endif
()
if
(
NOT OTB_INSTALL_DATA_DIR
)
set
(
OTB_INSTALL_DATA_DIR
"share/otb"
)
endif
()
...
...
@@ -533,7 +530,6 @@ foreach(otb_option
CMAKE_CXX_FLAGS
${
option_list
}
OTB_WRAP_PYTHON
OTB_WRAP_JAVA
OTB_DATA_ROOT
OTB_USE_OPENMP
OTB_USE_SSE_FLAGS
...
...
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