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

MSVC: deactivate libkml and opencv for the moment

parent 146c72e0
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,8 @@ else()
set(OPENCV_SB_BUILD_DIR ${CMAKE_BINARY_DIR}/${proj}/build)
set(OPENCV_SB_SRC_DIR ${CMAKE_BINARY_DIR}/${proj}/src/${proj})
if(UNIX)
ExternalProject_Add(${proj}
PREFIX ${proj}
URL "http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.10/opencv-2.4.10.zip/download"
......@@ -38,6 +40,10 @@ else()
-DBUILD_ZLIB:BOOL=OFF
DEPENDS ${${proj}_DEPENDENCIES}
)
else(MSVC)
endif()
message(STATUS " Using OpenCV SuperBuild version")
endif()
......@@ -42,6 +42,18 @@ else()
list(APPEND ${proj}_DEPENDENCIES ZLIB)
endif()
if(MSVC)
set(${proj}_DEPENDENCIES)
set(LIBKML_SB_EXPAT_CONFIG)
#set(LIBKML_SB_BOOST_CONFIG)
set(LIBKML_SB_ZLIB_CONFIG)
#try to use github clone
#URIPARSER, GOOGLETEST, EXPAT, MINIZIP dependencies
### endif()
else(UNIX)
ExternalProject_Add(${proj}
PREFIX ${proj}
URL "http://ftp.de.debian.org/debian/pool/main/libk/libkml/libkml_1.3.0~r863.orig.tar.gz"
......@@ -66,5 +78,6 @@ else()
)
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