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
e5fb728d
Commit
e5fb728d
authored
Apr 28, 2016
by
Rashad Kanavath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PKG: check for required variables. (support out of source build)
parent
9c45b253
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
CMakeLists.txt
CMakeLists.txt
+0
-4
No files found.
CMakeLists.txt
View file @
e5fb728d
...
...
@@ -295,10 +295,6 @@ if(GENERATE_PACKAGE OR GENERATE_XDK)
set
(
MXE_TARGET_DIR
""
CACHE PATH
"path to mxe directory"
)
set
(
OTB_SOURCE_DIR
""
CACHE PATH
"path to otb source directory"
)
if
(
NOT MXE_TARGET_DIR
)
message
(
FATAL_ERROR
"MXE_TARGET_DIR is missing"
)
endif
()
if
(
NOT OTB_SOURCE_DIR
)
message
(
FATAL_ERROR
"OTB_SOURCE_DIR is missing"
)
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