From e7d3180d9360da937c2065cec0f759baa480db2e Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Sun, 24 Mar 2024 10:19:18 +0000 Subject: [PATCH] refactor code --- 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 2f79314fcf..236586320c 100644 --- a/source/util/CMakeLists.txt +++ b/source/util/CMakeLists.txt @@ -30,7 +30,7 @@ target_link_directories( target_link_libraries( util PUBLIC os - PUBLIC lz4_static libfast-lzma2 + PUBLIC lz4_static fast-lzma2 PUBLIC api cjson geos_c TSZ )