Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pgm build via cmake doesn't link libzmq with libpgm #2701

Closed
xdmiodz opened this issue Aug 19, 2017 · 1 comment
Closed

pgm build via cmake doesn't link libzmq with libpgm #2701

xdmiodz opened this issue Aug 19, 2017 · 1 comment

Comments

@xdmiodz
Copy link

xdmiodz commented Aug 19, 2017

steps to reproduce on linux

mkdir -p build && cd build && cmake -DWITH_OPENPGM=ON .. && make
sudo ldd lib/libzmq.so

The listing of linked libraries doesn't have the libpgm.

The build via ./autogen.sh && ./configure --with-pgm works fine

@xdmiodz xdmiodz changed the title pgm build via cmake doesn't libzmq with libpgm pgm build via cmake doesn't link libzmq with libpgm Aug 19, 2017
bluca added a commit to bluca/libzmq that referenced this issue Aug 19, 2017
Solution: add missing target_link_libraries
Fixes zeromq#2701
@bluca
Copy link
Member

bluca commented Aug 19, 2017

Thanks for the report, fixed in #2700

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants