diff --git a/CMakeLists.txt b/CMakeLists.txt index 0dba64d..48a55ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,8 +39,7 @@ target_include_directories( ) # Add an alias to public name. -add_library( bfg::Lyra ALIAS lyra ) - +add_library( bfg::lyra ALIAS lyra ) ## Installation Code include(GNUInstallDirs)