mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
Merge pull request #156 from Parlane/fix_soundtouch
Use correct capitalization for SoundTouch.h in CMakeLists.txt
This commit is contained in:
commit
3d0116e74f
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ endif()
|
||||||
|
|
||||||
if(OPENAL_FOUND)
|
if(OPENAL_FOUND)
|
||||||
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||||
check_lib(SOUNDTOUCH SoundTouch soundtouch/soundtouch.h QUIET)
|
check_lib(SOUNDTOUCH SoundTouch soundtouch/SoundTouch.h QUIET)
|
||||||
endif()
|
endif()
|
||||||
if (SOUNDTOUCH_FOUND)
|
if (SOUNDTOUCH_FOUND)
|
||||||
message("Using shared soundtouch")
|
message("Using shared soundtouch")
|
||||||
|
|
Loading…
Add table
Reference in a new issue