Skip to content
Snippets Groups Projects
Commit 42138861 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

BUG: libkml not included for other platforms

parent 3c7a14a0
No related branches found
No related tags found
No related merge requests found
......@@ -49,11 +49,9 @@ else()
endif()
if(MSVC)
set(${proj}_DEPENDENCIES)
set(LIBKML_SB_BOOST_CONFIG)
set(LIBKML_SB_ZLIB_CONFIG)
endif()
ExternalProject_Add(${proj}
PREFIX ${proj}
......@@ -70,10 +68,8 @@ else()
${LIBKML_SB_EXPAT_CONFIG}
${LIBKML_SB_BOOST_CONFIG}
${LIBKML_SB_ZLIB_CONFIG}
)
message(STATUS " Using libKML SuperBuild version")
endif()
endif()
\ No newline at end of file
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