Skip to content
Snippets Groups Projects
Commit 079d41b2 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH: gdal qualification message on one line in cmake configuration

parent 63f78db9
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment