Update CMakeLists.txt

This commit is contained in:
Kseniia Sumarokova 2022-10-04 19:59:08 +02:00 committed by GitHub
parent aacb314a41
commit 7935337513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ if (NOT ENABLE_AMQPCPP)
message(STATUS "Not using AMQP-CPP")
return()
endif()
if (OS_DARWIN AND ARCH_AARCH64)
if (OS_FREEBSD)
message(STATUS "Not using AMQP-CPP because libuv is disabled")
return()
endif()