You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so it is declaring a linked library "libzmq". Imo, this should be "zmq", as the "lib" prefix is automatically added. If I change "libzmq" to just "zmq", the problem goes away.
Is this related to the use of "libzmq" here or here maybe?
The text was updated successfully, but these errors were encountered:
I'm linking a cmake project against cppzmq 4.7.1, and the build steps fails with
I discovered that libzmq is found fine, however the file
<prefix>/share/cmake/cppzmq/cppzmqTargets.cmake
includes this codeso it is declaring a linked library "libzmq". Imo, this should be "zmq", as the "lib" prefix is automatically added. If I change
"libzmq"
to just"zmq"
, the problem goes away.Is this related to the use of "libzmq" here or here maybe?
The text was updated successfully, but these errors were encountered: