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
There is a bug with cmake and library on Windows if you do a OUTPUT_NAME with the same name that the target the output will have liblib. in this case liblibzmq.dll.a and liblibzmq.dll .
Changing the libzmq target by libzmq-shared (as libzmq-static) will solve the issue.
(tested on msys2)
The text was updated successfully, but these errors were encountered:
There is a bug with cmake and library on Windows if you do a OUTPUT_NAME with the same name that the target the output will have liblib. in this case liblibzmq.dll.a and liblibzmq.dll .
Changing the libzmq target by libzmq-shared (as libzmq-static) will solve the issue.
(tested on msys2)
The text was updated successfully, but these errors were encountered: