Unverified Commit 006f1e67 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #3278 from ojura/master

Always include ZMQSourceRunChecks.cmake
parents cfc9d5f5 39421958
......@@ -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)
......
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