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:
commit
7c0017c55d
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user