mirror of
https://github.com/open-simh/simh.git
synced 2026-03-03 10:23:14 +00:00
Allow msys2 clang64 to compile.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user