From 077d27f467268ba77815c1758ee71b712a7cec75 Mon Sep 17 00:00:00 2001 From: wiaamm Date: Tue, 11 Feb 2025 01:50:18 +0200 Subject: [PATCH] remove zlib library --- attachments/nano_attachment/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/attachments/nano_attachment/CMakeLists.txt b/attachments/nano_attachment/CMakeLists.txt index e1d0baf..c50b83e 100644 --- a/attachments/nano_attachment/CMakeLists.txt +++ b/attachments/nano_attachment/CMakeLists.txt @@ -4,7 +4,6 @@ include_directories(include) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_GNU_SOURCE -lpthread -Wall") -link_directories(${ng_module_osrc_zlib_path}/lib) link_directories(${CMAKE_BINARY_DIR}/core) link_directories(${CMAKE_BINARY_DIR}/core/shmem_ipc) include_directories(${PROJECT_SOURCE_DIR}/core/include/attachments)