mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Merge pull request #3272 from hpsaturn/av/fix_for_android
fix for android building
This commit is contained in:
commit
7c0017c55d
@ -415,7 +415,9 @@ if(CMAKE_SYSTEM_NAME MATCHES "SunOS" OR CMAKE_SYSTEM_NAME MATCHES "NetBSD")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
zmq_check_noexcept()
|
||||
if(NOT ANDROID)
|
||||
zmq_check_noexcept()
|
||||
endif()
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
if(NOT CMAKE_CROSSCOMPILING AND NOT MSVC)
|
||||
|
Loading…
Reference in New Issue
Block a user