Skip to content

Commit

Permalink
fix for skipping the ZeroMQ build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ishankhare07 committed Jun 16, 2015
1 parent 3b205e6 commit d43e13e
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 d43e13e

Please sign in to comment.