Open themightyoarfish opened 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.
cppzmq_STATIC_LIBRARY
cppzmq_LIBRARY
find_package()
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
https://github.com/zeromq/cppzmq/blob/03243ad64db652c43d150e9fb5a80a13c1a1a4a9/cppzmqConfig.cmake.in#L14
It says here that
cppzmq_STATIC_LIBRARY
andcppzmq_LIBRARY
are set afterfind_package()
. On Windows 10 with Visual Studio 2019, both are empty.