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
a733c0e3
Commit
a733c0e3
authored
Aug 02, 2017
by
Rashad Kanavath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: check if not DEFINED
parent
4278c753
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Packaging/prepare_search_dirs.cmake
Packaging/prepare_search_dirs.cmake
+1
-1
No files found.
Packaging/prepare_search_dirs.cmake
View file @
a733c0e3
...
...
@@ -3,7 +3,7 @@ function(prepare_search_dirs search_dirs_result)
set
(
search_dirs
)
if
(
MSVC
)
if
(
DEFINED ENV{UniversalCRTSdkDir}
)
if
(
NOT
DEFINED ENV{UniversalCRTSdkDir}
)
message
(
FATAL_ERROR
"UniversalCRTSdkDir variable not set. Cannot continue"
)
endif
()
if
(
NOT DEFINED ENV{VCINSTALLDIR}
)
...
...
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