Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Be <[email protected]>
  • Loading branch information
daschuer and Be-ing authored Jul 31, 2021
1 parent 14b1b68 commit e85d243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindOpusFile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if(OpusFile_FOUND)
get_target_property(OPUSFILE_TYPE OpusFile::OpusFile TYPE)
if(OPUSFILE_TYPE STREQUAL "STATIC_LIBRARY")
find_package(Opus REQUIRED)
set_property(TARGET Chromaprint::Chromaprint APPEND PROPERTY INTERFACE_LINK_LIBRARIES
set_property(TARGET OpusFile::OpusFile APPEND PROPERTY INTERFACE_LINK_LIBRARIES
Opus::Opus
)
endif()
Expand Down

0 comments on commit e85d243

Please sign in to comment.