File tree Expand file tree Collapse file tree 3 files changed +1
-46
lines changed
Expand file tree Collapse file tree 3 files changed +1
-46
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ function(build_dependency lib_name)
3535 gtest
3636 jsmn
3737 openssl
38- curl
3938 mbedtls
4039 autoconf
4140 automake
Original file line number Diff line number Diff line change @@ -106,15 +106,6 @@ add_subdirectory(${DEPENDENCY_DOWNLOAD_PATH}/libkvscproducer/kvscproducer-src EX
106106find_package (Threads)
107107find_package (PkgConfig REQUIRED)
108108
109- if (OPEN_SRC_INSTALL_PREFIX)
110- find_package (CURL REQUIRED PATHS ${OPEN_SRC_INSTALL_PREFIX} )
111- else ()
112- find_package (CURL REQUIRED)
113- endif ()
114-
115- set (OPEN_SRC_INCLUDE_DIRS ${OPEN_SRC_INCLUDE_DIRS} ${CURL_INCLUDE_DIRS} )
116- link_directories (${CURL_LIBRARY_DIRS} )
117-
118109if (WIN32 )
119110 find_package (Log4cplus
120111 NAMES log4cplus REQUIRED
@@ -191,8 +182,7 @@ target_link_libraries(
191182 KinesisVideoProducer
192183 PUBLIC kvsCommonCurl
193184 cproducer
194- ${Log4cplus}
195- ${LIBCURL_LIBRARIES} )
185+ ${Log4cplus} )
196186
197187install (
198188 TARGETS KinesisVideoProducer
You can’t perform that action at this time.
0 commit comments