bloomberg / rmqcpp

A batteries included C++ RabbitMQ Client Library/API.
Apache License 2.0
68 stars 16 forks source link

Fix installation location for cmake files. #46

Closed roe85 closed 3 months ago

roe85 commented 3 months ago

The installation location of the cmake files is now correct if the prefix is overwritten at installation time.

Problem statement

When installing rmqcpp with cmake --install . --prefix some/dir everything is installed to some/dir except for the cmake files.

Proposed changes

Use relative Paths for the cmake files.

roe85 commented 3 months ago

Fixes #45