From 04cb4996e22c1d95c1c839b6fb54d49272d5bbc0 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Mon, 12 Apr 2021 00:25:51 +0100 Subject: Update the minimodules --- tests/CompositeChat/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/CompositeChat') diff --git a/tests/CompositeChat/CMakeLists.txt b/tests/CompositeChat/CMakeLists.txt index 7bb65cfe7..a93ff9998 100644 --- a/tests/CompositeChat/CMakeLists.txt +++ b/tests/CompositeChat/CMakeLists.txt @@ -24,7 +24,7 @@ set (SRCS source_group("Shared" FILES ${SHARED_SRCS} ${SHARED_HDRS}) source_group("Sources" FILES ${SRCS}) add_executable(CompositeChat-exe ${SRCS} ${SHARED_SRCS} ${SHARED_HDRS}) -target_link_libraries(CompositeChat-exe jsoncpp_lib fmt::fmt) +target_link_libraries(CompositeChat-exe jsoncpp_static fmt::fmt) add_test(NAME CompositeChat-test COMMAND CompositeChat-exe) -- cgit v1.2.3