CMake: Add a comment about threads on Cygwin.

This commit is contained in:
Lasse Collin 2023-09-21 20:36:31 +03:00
parent 6df988ccef
commit 152d0771dd
1 changed files with 1 additions and 0 deletions

View File

@ -363,6 +363,7 @@ if(ENABLE_THREADS)
find_package(Threads REQUIRED)
# If both Windows and posix threading are available, prefer Windows.
# Note that on Cygwin CMAKE_USE_WIN32_THREADS_INIT is false.
if(CMAKE_USE_WIN32_THREADS_INIT AND NOT ENABLE_THREADS STREQUAL "posix")
if(ENABLE_THREADS STREQUAL "win95"
OR (ENABLE_THREADS STREQUAL "ON"