We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e47f98 commit 3537b31Copy full SHA for 3537b31
CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.5...3.16)
6
7
project(boost_coroutine VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
8
9
-if(WIN32)
+if(WIN32 AND NOT CMAKE_CXX_PLATFORM_ID MATCHES "Cygwin")
10
set(STACK_TRAITS_SOURCES
11
src/windows/stack_traits.cpp
12
)
0 commit comments