Update cmake

This commit is contained in:
Kseniia Sumarokova 2022-10-04 16:15:33 +02:00 committed by GitHub
parent 620b0673d0
commit aacb314a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,11 @@ if (NOT ENABLE_AMQPCPP)
message(STATUS "Not using AMQP-CPP")
return()
endif()
if (OS_DARWIN AND ARCH_AARCH64)
message(STATUS "Not using AMQP-CPP because libuv is disabled")
return()
endif()
# can be removed once libuv build on MacOS with GCC is possible
if (NOT TARGET ch_contrib::uv)