Issue
The installed CMake target bfg::lyra (lower-case l) is different from the defined alias bfg::Lyra (upper-case L).
Change descriptionEffective 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.
Issue The installed CMake target
bfg::lyra
(lower-casel
) is different from the defined aliasbfg::Lyra
(upper-caseL
).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.