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

Fix installation location for cmake files. #46

Merged
merged 2 commits into from
Jul 17, 2024
Merged

Conversation

roe85
Copy link
Contributor

@roe85 roe85 commented Jul 10, 2024

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.

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

Signed-off-by: Richard <[email protected]>
@roe85 roe85 changed the title Fix installation location for cmake files. #45 Fix installation location for cmake files. Jul 10, 2024
@roe85
Copy link
Contributor Author

roe85 commented Jul 10, 2024

Fixes #45

@willhoy willhoy merged commit 11859eb into bloomberg:main Jul 17, 2024
5 checks passed
@roe85 roe85 deleted the patch-1 branch July 18, 2024 07:05
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

Successfully merging this pull request may close these issues.

2 participants