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
079d41b2
Commit
079d41b2
authored
Apr 21, 2015
by
Manuel Grizonnet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: gdal qualification message on one line in cmake configuration
parent
63f78db9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
Modules/ThirdParty/GDAL/otb-module-init.cmake
Modules/ThirdParty/GDAL/otb-module-init.cmake
+2
-5
No files found.
Modules/ThirdParty/GDAL/otb-module-init.cmake
View file @
079d41b2
...
...
@@ -9,9 +9,6 @@ if(NOT GDAL_FOUND)
endif
()
if
(
GDAL_CONFIG_CHECKING
)
message
(
STATUS
"Check if Gdal qualifies for Orfeo ToolBox"
)
set
(
MIN_MAJOR_VERSION 1
)
set
(
MIN_MINOR_VERSION 10
)
...
...
@@ -185,9 +182,9 @@ if(GDAL_CONFIG_CHECKING)
if
(
GDAL_QUALIFIES AND NOT COMPILE_ERRORS
)
message
(
STATUS
"
>> Yes
"
)
message
(
STATUS
"
Check if Gdal qualifies for Orfeo ToolBox -- yes.
"
)
else
()
message
(
STATUS
"
>> No
"
)
message
(
STATUS
"
Check if Gdal qualifies for Orfeo ToolBox -- no.
"
)
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