Skip to content
Snippets Groups Projects
Commit 7a4a64ac authored by Luc Hermitte's avatar Luc Hermitte
Browse files

COMP: Support of old GDAL 1.6.x version

parent 7dd1809b
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ otb::ogr::UniqueGeometryPtr otb::ogr::UnionCascaded(OGRGeometry const& this_)
return UniqueGeometryPtr(this_.UnionCascaded());
#else
itkGenericExceptionMacro("OGRLayer::UnionCascaded is not supported by OGR v"
<< GDAL_VERSION_NUM << ". Upgrade to a version >= 1.8.0, and recompile OTB.")
<< GDAL_VERSION_NUM << ". Upgrade to a version >= 1.8.0, and recompile OTB.");
#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