mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 01:37:56 +08:00
Merge pull request #1957 from hitstergtd/x-TIPC-CMake-fix
Problem: ZMQ_HAVE_TIPC option for CMake is broken
This commit is contained in:
commit
c33e96f2d2
@ -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)
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user