From 02428d9a2d89ee0a595166909dd6d75b5beb777b Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Tue, 1 Sep 2020 01:08:16 +0300 Subject: [PATCH] build: fix building under windows with thread support Fixes: 972289f3 ("Detect existence of pthread_mutexattr_setprotocol()") --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 014044cb..93f66830 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -831,7 +831,7 @@ set(HDR_PUBLIC include/event2/visibility.h ${PROJECT_BINARY_DIR}/include/event2/event-config.h) -set(SRC_CORE +list(APPEND SRC_CORE buffer.c bufferevent.c bufferevent_filter.c -- 2.40.0