0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 17:58:01 +08:00

Merge pull request #3272 from hpsaturn/av/fix_for_android

fix for android building
This commit is contained in:
Luca Boccassi 2018-10-27 19:35:17 +01:00 committed by GitHub
commit 7c0017c55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -415,7 +415,9 @@ if(CMAKE_SYSTEM_NAME MATCHES "SunOS" OR CMAKE_SYSTEM_NAME MATCHES "NetBSD")
endif() endif()
endif() endif()
zmq_check_noexcept() if(NOT ANDROID)
zmq_check_noexcept()
endif()
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
if(NOT CMAKE_CROSSCOMPILING AND NOT MSVC) if(NOT CMAKE_CROSSCOMPILING AND NOT MSVC)