Skip to content
Snippets Groups Projects
Commit 869efc11 authored by Julien Malik's avatar Julien Malik
Browse files

COMP: wrong variable test in ImportLibKML

parent bd0d58c1
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,11 @@ else()
message(STATUS "Using LibKML internal version")
endif()
#Known issue in OTB which does not compile with external ITK and internal libkml
#Bugs 896: http://bugs.orfeo-toolbox.org/view.php?id=896
if (USE_EXTERNAL_ITK)
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")
endif()
mark_as_advanced(OTB_USE_EXTERNAL_LIBKML)
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