Skip to content

Commit

Permalink
CMake: fix name of soundtouch pkgconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Aug 16, 2021
1 parent 05016f8 commit 2564435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindSoundTouch.cmake
Expand Up @@ -45,7 +45,7 @@ The following cache variables may also be set:

find_package(PkgConfig QUIET)
if(PkgConfig_FOUND)
pkg_check_modules(PC_SoundTouch QUIET SoundTouch>=2.1.1)
pkg_check_modules(PC_SoundTouch QUIET soundtouch>=2.1.1)
endif()

find_path(SoundTouch_INCLUDE_DIR
Expand Down

0 comments on commit 2564435

Please sign in to comment.