From 256443515e6154c669942d7a9c0060068853ddc9 Mon Sep 17 00:00:00 2001 From: Be Date: Sun, 15 Aug 2021 21:44:31 -0500 Subject: [PATCH] CMake: fix name of soundtouch pkgconfig file --- cmake/modules/FindSoundTouch.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/FindSoundTouch.cmake b/cmake/modules/FindSoundTouch.cmake index a9d92d5f43fb..3653f162d7f0 100644 --- a/cmake/modules/FindSoundTouch.cmake +++ b/cmake/modules/FindSoundTouch.cmake @@ -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