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 ALIAS target case #54

Merged
merged 1 commit into from
Dec 2, 2021
Merged

Fix CMake ALIAS target case #54

merged 1 commit into from
Dec 2, 2021

Conversation

tusharpm
Copy link
Contributor

@tusharpm tusharpm commented Nov 5, 2021

Issue
The installed CMake target bfg::lyra (lower-case l) is different from the defined alias bfg::Lyra (upper-case L).

Change description
Effective Modern CMake recommends keeping a matching target name for the same CMake tree and as an external package. This change makes the usage of the library consistent (bfg::lyra) for both cases.

Fixes #43.

@grafikrobot grafikrobot merged commit 4a66c6f into bfgroup:develop Dec 2, 2021
@tusharpm tusharpm deleted the cmake-fix-43 branch December 2, 2021 06:48
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.

[CMake problem] LINK : fatal error LNK1104: unable to open file 'bfg::lyra.lib'
2 participants