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

CMakeLists.txt: fix .cmake install path for better compatibility #41

Merged
merged 1 commit into from
Nov 4, 2022

Conversation

vowstar
Copy link
Contributor

@vowstar vowstar commented Nov 3, 2022

In some modern build processes, some tools (e.g. vcpkg) do not display the names under /usr/share/unordered_dense/cmake correctly, but /usr/lib64/cmake/unordered_dense works fine.

In many distributions, most libraries are installed to /usr/lib64/cmake/<EXPORT_NAME>, including header only libraries.

In some modern build processes, some tools (e.g. vcpkg) do not
display the names under /usr/share/unordered_dense/cmake
correctly, but /usr/lib64/cmake/unordered_dense works fine.

Signed-off-by: Huang Rui <[email protected]>
@martinus
Copy link
Owner

martinus commented Nov 4, 2022

Thanks!

@martinus martinus merged commit 16585e3 into martinus:main Nov 4, 2022
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