0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

Update CMakeLists.txt

This commit is contained in:
Juraj Oršulić 2018-10-22 14:08:02 +02:00 committed by GitHub
parent cfc9d5f519
commit 3942195817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,9 +214,7 @@ string(TOUPPER ${API_POLLER} UPPER_API_POLLER)
set(ZMQ_POLL_BASED_ON_${UPPER_API_POLLER} 1)
include(TestZMQVersion)
if(NOT CMAKE_CROSSCOMPILING)
include(ZMQSourceRunChecks)
endif()
include(ZMQSourceRunChecks)
include(CheckIncludeFiles)
include(CheckLibraryExists)
include(CheckCCompilerFlag)