mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 01:51:45 +00:00
Reintroduce the zeromq find module
According to their current maintainer, the upstream libzmq project is unlikely to switch to their CMake build system by default.
This commit is contained in:
committed by
Dennis Klein
parent
a5ff7d5a1e
commit
d433b1cdc4
@@ -100,6 +100,9 @@ install(FILES ${CMAKE_BINARY_DIR}/${PROJECT_NAME_LOWER}/Version.h
|
||||
)
|
||||
|
||||
# Install cmake modules
|
||||
install(FILES cmake/FindZeroMQ.cmake
|
||||
DESTINATION ${PROJECT_INSTALL_CMAKEMODDIR}
|
||||
)
|
||||
if(BUILD_DDS_PLUGIN)
|
||||
install(FILES cmake/FindDDS.cmake
|
||||
DESTINATION ${PROJECT_INSTALL_CMAKEMODDIR}
|
||||
|
Reference in New Issue
Block a user