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: cmake does not find embedded json #266

Merged
merged 1 commit into from
Apr 6, 2023
Merged

Conversation

mhier
Copy link
Contributor

@mhier mhier commented Apr 4, 2023

The exported cmake target does not find the embedded json library, because it looks in the wrong directory. It looks in <prefix>/include/inja/json/include but it is actually installed into <prefix>/include/nlohmann. This PR simply changes the directory where cmake looks to the actual install directory.

mhier added a commit to ChimeraTK/DebianBuildVersions that referenced this pull request Apr 4, 2023
@pantor pantor merged commit 9e92a7c into pantor:master Apr 6, 2023
@pantor
Copy link
Owner

pantor commented Apr 6, 2023

Great. Danke!

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