Skip to content
Snippets Groups Projects
Commit b77c9f76 authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

Added a stub entry for DataMan ZeroMQ support

parent 4f39beaf
No related branches found
No related tags found
1 merge request!81Add zmq and zfp depends
......@@ -21,6 +21,16 @@ add_library(cacheman MODULE CacheMan.h CacheMan.cpp)
target_link_libraries(cacheman PRIVATE dataman)
list(APPEND dataman_targets cacheman)
#option(ADIOS_USE_DataMan_ZeroMQ "Enable ZeroMQ for DataMan" OFF)
#if(ADIOS_USE_DataMan_ZeroMQ)
# find_package(ZeroMQ REQUIRED)
#
# add_library(zmqman MODULE ZmqMan.h ZmqMan.cpp)
# target_link_libraries(zmqman PRIVATE dataman ZeroMQ::ZMQ)
#
# list(APPEND dataman_targets zmqman)
#endif()
install(
TARGETS ${dataman_targets} EXPORT adios2
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment