We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fa907 commit 6f2cb0eCopy full SHA for 6f2cb0e
CMakeLists.txt
@@ -145,7 +145,9 @@ if(WITH_ZMQ)
145
find_package(ZeroMQ CONFIG REQUIRED)
146
else()
147
# The ZeroMQ project has provided config files since v4.2.2.
148
- # TODO: Switch to find_package(ZeroMQ) at some point in the future.
+ # However, mainstream distributions do not yet provide CMake
149
+ # config files for ZeroMQ packages. If they do in the future,
150
+ # find_package(ZeroMQ) may be used instead.
151
find_package(PkgConfig REQUIRED)
152
pkg_check_modules(libzmq REQUIRED IMPORTED_TARGET libzmq>=4)
153
endif()
0 commit comments