Commit 69ac7a93 authored by Antonio Vanegas's avatar Antonio Vanegas

fix for android building

parent cfc9d5f5
...@@ -417,7 +417,9 @@ if(CMAKE_SYSTEM_NAME MATCHES "SunOS" OR CMAKE_SYSTEM_NAME MATCHES "NetBSD") ...@@ -417,7 +417,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