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

ENH: add a space character in XTIFFOpen cmake message

parent d2949bab
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ IF(OTB_USE_EXTERNAL_GDAL)
MESSAGE(WARNING "CHECK_XTIFFOPEN_SYMBOL test failed : your platform exhibits a gdal/geotiff conflict. "
"Opening a TIF file may generate a crash. This is most probably because the gdal library you configured"
"embeds its own version of libgeotiff and is ABI incompatible with the system libgeotiff\n"
"You might consider building GDAL yourself without using --with-hide-internal-symbols"
"You might consider building GDAL yourself without using --with-hide-internal-symbols "
"and pointing GEOTIFF_INCLUDE_DIRS to the geotiff headers included in gdal sources" )
ENDIF(NOT CHECK_XTIFFOPEN_SYMBOL)
ENDIF(NOT WIN32)
......
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