Unverified Commit 7c0017c5 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #3272 from hpsaturn/av/fix_for_android

fix for android building
parents cbf29b53 69ac7a93
...@@ -415,7 +415,9 @@ if(CMAKE_SYSTEM_NAME MATCHES "SunOS" OR CMAKE_SYSTEM_NAME MATCHES "NetBSD") ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment