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

CMake: fix export install dir #503

Merged
merged 1 commit into from
Oct 16, 2024
Merged

CMake: fix export install dir #503

merged 1 commit into from
Oct 16, 2024

Conversation

nim65s
Copy link
Contributor

@nim65s nim65s commented Oct 16, 2024

Hi,

CMake exports are currently installed in <prefix>/lib/cmake, but according to https://cmake.org/cmake/help/latest/command/find_package.html#config-mode-search-procedure, this is not part of the standard search path.

Here is a simple fix.

@syoyo syoyo merged commit ff972dc into syoyo:release Oct 16, 2024
8 checks passed
@syoyo
Copy link
Owner

syoyo commented Oct 16, 2024

Good! Thanks!

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