Skip to content
Snippets Groups Projects
Commit 60e50303 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

WRG: warning not necessary since OpenJPEG driver still exists in OTB

parent b21fd468
No related branches found
No related tags found
No related merge requests found
...@@ -111,8 +111,8 @@ if(GDAL_CONFIG_CHECKING) ...@@ -111,8 +111,8 @@ if(GDAL_CONFIG_CHECKING)
else() else()
if (NOT GDAL_HAS_J2K_JG2000 AND NOT GDAL_HAS_J2K_OPJG AND NOT GDAL_HAS_J2K_KAK AND NOT GDAL_HAS_J2K_ECW) if (NOT GDAL_HAS_J2K_JG2000 AND NOT GDAL_HAS_J2K_OPJG AND NOT GDAL_HAS_J2K_KAK AND NOT GDAL_HAS_J2K_ECW)
message(WARNING "No Jpeg2000 driver found (compatible drivers are : OpenJpeg, Kakadu, ECW).") message(STATUS "No Jpeg2000 driver found (compatible drivers are : OpenJpeg, Kakadu, ECW).")
set(GDAL_QUALIFIES FALSE) #set(GDAL_QUALIFIES FALSE)
endif() endif()
if (NOT GDAL_HAS_JPEG) if (NOT GDAL_HAS_JPEG)
......
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