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 700b2c1 commit 14b1b68
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 @@ -80,7 +80,7 @@ if(OpusFile_FOUND)
INTERFACE_INCLUDE_DIRECTORIES "${OpusFile_INCLUDE_DIRS}"
)
get_target_property(OPUSFILE_TYPE OpusFile::OpusFile TYPE)
if(PUSFILE_TYPE STREQUAL "STATIC_LIBRARY")
if(OPUSFILE_TYPE STREQUAL "STATIC_LIBRARY")
find_package(Opus REQUIRED)
set_property(TARGET Chromaprint::Chromaprint APPEND PROPERTY INTERFACE_LINK_LIBRARIES
Opus::Opus
Expand Down

0 comments on commit 14b1b68

Please sign in to comment.