zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.97k stars 757 forks source link

Incorrect comments in cmake config #464

Open themightyoarfish opened 3 years ago

themightyoarfish commented 3 years ago

https://github.com/zeromq/cppzmq/blob/03243ad64db652c43d150e9fb5a80a13c1a1a4a9/cppzmqConfig.cmake.in#L14

It says here that cppzmq_STATIC_LIBRARY and cppzmq_LIBRARY are set after find_package(). On Windows 10 with Visual Studio 2019, both are empty.

ahoereth commented 2 years ago

Both are empty for me on macOS nowadays, the demo project also does not use them https://github.com/zeromq/cppzmq/blob/c66fc6094b2a03439dea8469719e221e80e2e8e7/demo/CMakeLists.txt