From 5f730fda4e5d84eca013d3ae2ab1482d402f04fd Mon Sep 17 00:00:00 2001 From: lx1zhong <284584628@qq.com> Date: Sun, 17 Sep 2023 18:13:20 +0800 Subject: [PATCH] fix compile error --- source/util/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/util/CMakeLists.txt b/source/util/CMakeLists.txt index 6dc93fdc91..3008a347ad 100644 --- a/source/util/CMakeLists.txt +++ b/source/util/CMakeLists.txt @@ -22,7 +22,7 @@ target_include_directories( ) target_link_libraries( util - PUBLIC os common + PUBLIC os PUBLIC lz4_static PUBLIC api cjson geos_c TSZ )