Skip to content

Commit 3537b31

Browse files
committed
Cygwin fixes
1 parent 4e47f98 commit 3537b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.5...3.16)
66

77
project(boost_coroutine VERSION "${BOOST_SUPERPROJECT_VERSION}" LANGUAGES CXX)
88

9-
if(WIN32)
9+
if(WIN32 AND NOT CMAKE_CXX_PLATFORM_ID MATCHES "Cygwin")
1010
set(STACK_TRAITS_SOURCES
1111
src/windows/stack_traits.cpp
1212
)

0 commit comments

Comments
 (0)