From 8961f34ca432a6d672b71330e7f82097926f6326 Mon Sep 17 00:00:00 2001 From: Cody Piersall Date: Tue, 11 Dec 2018 23:09:59 -0600 Subject: The toplevel sets threads already, not needed here. (#810) * The toplevel sets threads already, not needed here. * Don't overwrite NNG_LIBS list. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ab7a3cf6..c0380a0f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -89,7 +89,7 @@ set (NNG_SRCS if (NNG_PLATFORM_POSIX) find_package (Threads REQUIRED) - set(NNG_LIBS Threads::Threads) + list(APPEND NNG_LIBS Threads::Threads) set (NNG_SRCS ${NNG_SRCS} platform/posix/posix_impl.h -- cgit v1.2.3-70-g09d2