Skip to content

Commit

Permalink
CMake: fix name of soundtouch pkgconfig file
Browse files Browse the repository at this point in the history
Files installed by the soundtouch-devel package in Fedora 34:
❯ rpm -ql soundtouch-devel
/usr/include/soundtouch
/usr/include/soundtouch/BPMDetect.h
/usr/include/soundtouch/FIFOSampleBuffer.h
/usr/include/soundtouch/FIFOSamplePipe.h
/usr/include/soundtouch/STTypes.h
/usr/include/soundtouch/SoundTouch.h
/usr/include/soundtouch/soundtouch_config.h
/usr/lib64/libSoundTouch.so
/usr/lib64/pkgconfig/libSoundTouch.pc
/usr/lib64/pkgconfig/soundtouch-1.0.pc
/usr/lib64/pkgconfig/soundtouch.pc
/usr/share/aclocal/soundtouch.m4
  • Loading branch information
Be-ing committed Sep 7, 2021
1 parent 8a93f36 commit 83e3c00
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.2)
endif()

find_path(SoundTouch_INCLUDE_DIR
Expand Down

0 comments on commit 83e3c00

Please sign in to comment.