Use correct capitalization for SoundTouch.h in CMakeLists.txt

Fixes Issue 7074:	Typo in CMakeLists.txt
This commit is contained in:
Matthew Parlane 2014-03-11 00:39:30 +13:00
parent 4591464486
commit 79ae3c1510
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ endif()
if(OPENAL_FOUND)
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
check_lib(SOUNDTOUCH SoundTouch soundtouch/soundtouch.h QUIET)
check_lib(SOUNDTOUCH SoundTouch soundtouch/SoundTouch.h QUIET)
endif()
if (SOUNDTOUCH_FOUND)
message("Using shared soundtouch")