Skip to content
Snippets Groups Projects
Commit f37a897d authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Remove zlib dependency

parent 82c6783f
No related branches found
No related tags found
No related merge requests found
Pipeline #9867 passed
......@@ -20,7 +20,7 @@ find_package( Threads REQUIRED )
find_package( URIParser REQUIRED )
find_package( MsgPack REQUIRED )
find_package( LibSGM )
find_package( ZLIB REQUIRED )
#find_package( ZLIB REQUIRED )
# Readline library is not required on Windows
# May also entirely remove dependence on this... it should be optional at least.
......
......@@ -12,6 +12,6 @@ add_dependencies(ftl-reconstruct ftlnet)
add_dependencies(ftl-reconstruct ftlcommon)
#target_include_directories(cv-node PUBLIC ${PROJECT_SOURCE_DIR}/include)
target_link_libraries(ftl-reconstruct ftlcommon Threads::Threads ZLIB::ZLIB ${OpenCV_LIBS} glog::glog ftlnet ftlrender)
target_link_libraries(ftl-reconstruct ftlcommon Threads::Threads ${OpenCV_LIBS} glog::glog ftlnet ftlrender)
......@@ -7,7 +7,7 @@
#include <glog/logging.h>
#include <ftl/config.h>
#include <ftl/configuration.hpp>
#include <zlib.h>
// #include <zlib.h>
// #include <lz4.h>
#include <string>
......
......@@ -47,6 +47,6 @@ set_property(TARGET ftl-vision PROPERTY CUDA_SEPARABLE_COMPILATION ON)
endif()
#target_include_directories(cv-node PUBLIC ${PROJECT_SOURCE_DIR}/include)
target_link_libraries(ftl-vision ftlcommon ftlrender Threads::Threads ZLIB::ZLIB libelas ${OpenCV_LIBS} ${LIBSGM_LIBRARIES} ${CUDA_LIBRARIES} glog::glog ftlnet)
target_link_libraries(ftl-vision ftlcommon ftlrender Threads::Threads libelas ${OpenCV_LIBS} ${LIBSGM_LIBRARIES} ${CUDA_LIBRARIES} glog::glog ftlnet)
#include <glog/logging.h>
#include <ftl/streamer.hpp>
#include <vector>
#include <zlib.h>
// #include <zlib.h>
// #include <lz4.h>
using ftl::Streamer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment