cppzmq icon indicating copy to clipboard operation
cppzmq copied to clipboard

Incorrect comments in cmake config

Open themightyoarfish opened this issue 5 years ago • 1 comments

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.

themightyoarfish avatar Nov 19 '20 08:11 themightyoarfish

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

ahoereth avatar Oct 25 '22 07:10 ahoereth