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
40e345af
Commit
40e345af
authored
Apr 28, 2016
by
Rashad Kanavath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PKG: find zip inside Packaging/CMakeLists.txt for both build
parent
e5fb728d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
CMakeLists.txt
CMakeLists.txt
+0
-5
No files found.
CMakeLists.txt
View file @
40e345af
...
...
@@ -299,11 +299,6 @@ if(GENERATE_PACKAGE OR GENERATE_XDK)
message
(
FATAL_ERROR
"OTB_SOURCE_DIR is missing"
)
endif
()
find_program
(
ZIP_EXECUTABLE zip
)
if
(
NOT ZIP_EXECUTABLE
)
message
(
FATAL_ERROR
"Cannot find zip executable. Please add it to your path"
)
endif
()
add_subdirectory
(
${
OTB_SOURCE_DIR
}
/SuperBuild/Packaging
${
CMAKE_BINARY_DIR
}
/Packaging
)
endif
()
# (WIN32 OR CMAKE_CROSSCOMPILING)
...
...
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