Skip to content

Commit 6f2cb0e

Browse files
committed
doc: Amend comment about ZeroMQ config files
1 parent a5fa907 commit 6f2cb0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ if(WITH_ZMQ)
145145
find_package(ZeroMQ CONFIG REQUIRED)
146146
else()
147147
# The ZeroMQ project has provided config files since v4.2.2.
148-
# TODO: Switch to find_package(ZeroMQ) at some point in the future.
148+
# 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.
149151
find_package(PkgConfig REQUIRED)
150152
pkg_check_modules(libzmq REQUIRED IMPORTED_TARGET libzmq>=4)
151153
endif()

0 commit comments

Comments
 (0)