Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
Co-authored-by: Tres Finocchiaro <[email protected]>
  • Loading branch information
messmerd and tresf authored Feb 12, 2025
1 parent 450e175 commit 525cdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindLilv.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

include(ImportedTargetHelpers)

find_package_config_mode_with_fallback(lilv Lilv::lilv
find_package_config_mode_with_fallback(Lilv Lilv::lilv
LIBRARY_NAMES "lilv" "lilv-0"
INCLUDE_NAMES "lilv/lilv.h"
PKG_CONFIG "lilv-0"
Expand Down

0 comments on commit 525cdc2

Please sign in to comment.