Allow msys2 clang64 to compile.
This commit is contained in:
parent
65e8799872
commit
717410c8c1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ set(AIO_FLAGS)
|
|||
if (WITH_ASYNC)
|
||||
include(ExternalProject)
|
||||
|
||||
if (MSVC OR (WIN32 AND CMAKE_C_COMPILER_ID MATCHES ".*Clang"))
|
||||
if (MSVC OR (WIN32 AND CMAKE_C_COMPILER_ID MATCHES ".*Clang.*with MSVC-like command-line.*"))
|
||||
# Pthreads4w: pthreads for windows.
|
||||
if (USING_VCPKG)
|
||||
find_package(PThreads4W REQUIRED)
|
||||
|
|
Loading…
Add table
Reference in a new issue