message(WARNING "There is a known issue which does not allow to use internal libKML with external ITK in OTB. You might consider using an external LibKML.")
# Known issue in OTB which does not compile with external ITK and internal libkml
if(OTB_USE_EXTERNAL_ITK AND NOT OTB_USE_EXTERNAL_LIBKML)
message(WARNING "There is a known issue which does not allow to use internal libKML with external ITK in OTB."
"You might consider using an external LibKML. "
"See http://bugs.orfeo-toolbox.org/view.php?id=896 for details")