fix for android building

This commit is contained in:
Antonio Vanegas 2018-10-09 16:49:19 -05:00
parent cfc9d5f519
commit 69ac7a934c

View File

@ -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)