Skip to content

Commit

Permalink
Merge pull request #165 from code-mancers/zmq-tests-fix
Browse files Browse the repository at this point in the history
fix for skipping the ZeroMQ build tests
  • Loading branch information
iffyuva committed Jun 18, 2015
2 parents 95106d7 + d43e13e commit 1c70342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.2.2)

add_subdirectory(msgpack-c)
set (ZMQ_BUILD_TESTS OFF CACHE BOOLE "Turning off tests for ZeroMQ" FORCE)
add_subdirectory(zeromq-4.0.4)
add_subdirectory(nzmqt)
add_subdirectory(rbkit-lib)
Expand Down

0 comments on commit 1c70342

Please sign in to comment.