From 251bbc8b0ebd9a91d34f81186d9284f6e669b4db Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期三, 27 一月 2021 10:13:48 +0800 Subject: [PATCH] update --- CMakeLists.txt | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f23dbf8..7d9971d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,8 +19,7 @@ list(APPEND EXTRA_INCLUDES "${PROJECT_SOURCE_DIR}/include/usgcommon") -list(APPEND EXTRA_LIBS ${PROJECT_SOURCE_DIR}/lib/libusgcommon.a rt pthread ) - +list(APPEND EXTRA_LIBS ${PROJECT_SOURCE_DIR}/lib/libusgcommon.a pthread rt) # build api doc if (BUILD_DOC) -- Gitblit v1.8.0