From 7f84cc1f7954614c8544799cacf8b92c2f46cdef Mon Sep 17 00:00:00 2001 From: Liu Jicong Date: Tue, 1 Feb 2022 20:30:55 +0800 Subject: [PATCH] fix valgrind error --- source/util/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/util/CMakeLists.txt b/source/util/CMakeLists.txt index ed936e90f6..6d8dfa51e7 100644 --- a/source/util/CMakeLists.txt +++ b/source/util/CMakeLists.txt @@ -9,9 +9,7 @@ target_include_directories( target_link_libraries( util PRIVATE os - PUBLIC zlib PUBLIC lz4_static - PUBLIC api ) if(${BUILD_TEST})