zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
439 stars 195 forks source link

Client installation installs "zmqpp" executable as "bin" instead of "bin/zmqpp" where (PREFIX)/bin/ directory does not already exist #237

Closed ThePuzzlemaker closed 4 years ago

ThePuzzlemaker commented 4 years ago

When a user installs to a prefix that does not already have a bin directory inside of it, the zmqpp executable is installed via make install (with the provided makefile) as (PREFIX)/bin (as the name bin) instead of as (PREFIX/bin/zmqpp)

ThePuzzlemaker commented 4 years ago

Closing due to age and lack of activity in this repo