Commit c33e96f2 authored by Luca Boccassi's avatar Luca Boccassi

Merge pull request #1957 from hitstergtd/x-TIPC-CMake-fix

Problem: ZMQ_HAVE_TIPC option for CMake is broken
parents 00d7ee16 b470ed45
......@@ -568,7 +568,7 @@ endif (WITH_VMCI)
if (ZMQ_HAVE_TIPC)
add_definitions (-DZMQ_HAVE_TIPC)
list (APPEND cxx-source tipc_address.cpp tipc_connecter.cpp tipc_listener.cpp)
list (APPEND cxx-sources tipc_address.cpp tipc_connecter.cpp tipc_listener.cpp)
endif (ZMQ_HAVE_TIPC)
#-----------------------------------------------------------------------------
......
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