Forward port of r4611. Adapted the build system so that libzmq is optional.
If built without zmq present the src/zmq_stream will not be built and the daqd builds will use a run_number_client that always returns a run number of 0. This is in response to a request to build the daqd variants w/o having a hard zmq dependency. The change has been done to both the CMake and autotools build systems. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4625 6dcd42c9-f523-4c6d-aada-af552506706e
Showing
- config/cmake/FindZMQ4.cmake 1 addition, 1 deletionconfig/cmake/FindZMQ4.cmake
- src/CMakeLists.txt 6 additions, 2 deletionssrc/CMakeLists.txt
- src/daqd/Makefile.in 3 additions, 3 deletionssrc/daqd/Makefile.in
- src/daqd/configure.ac 13 additions, 1 deletionsrc/daqd/configure.ac
- src/run_number/CMakeLists.txt 31 additions, 19 deletionssrc/run_number/CMakeLists.txt
- src/run_number/null_run_number_client.cc 10 additions, 0 deletionssrc/run_number/null_run_number_client.cc
src/run_number/null_run_number_client.cc
0 → 100644
Please register or sign in to comment