Skip to content

Commit

Permalink
fix CMake ALIAS target case (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharpm committed Dec 2, 2021
1 parent cd873dc commit 4a66c6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4a66c6f

Please sign in to comment.