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

COMP: fix FindLibKML

parent e4e81306
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,8 @@ FIND_PACKAGE_HANDLE_STANDARD_ARGS( LibKML DEFAULT_MSG
LIBKML_REGIONATOR_LIBRARY
LIBKML_XSD_LIBRARY
LIBKML_MINIZIP_LIBRARY )
IF(LibKML_FOUND)
IF(LIBKML_FOUND)
SET(LIBKML_INCLUDE_DIRS ${LIBKML_INCLUDE_DIR})
SET(LIBKML_LIBRARIES ${LIBKML_BASE_LIBRARY}
${LIBKML_CONVENIENCE_LIBRARY}
......@@ -58,4 +59,4 @@ IF(LibKML_FOUND)
${LIBKML_REGIONATOR_LIBRARY}
${LIBKML_XSD_LIBRARY}
${LIBKML_MINIZIP_LIBRARY})
ENDIF(LibKML_FOUND)
ENDIF(LIBKML_FOUND)
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