Skip to content

Commit

Permalink
Merge pull request #156 from Parlane/fix_soundtouch
Browse files Browse the repository at this point in the history
Use correct capitalization for SoundTouch.h in CMakeLists.txt
  • Loading branch information
delroth committed Mar 10, 2014
2 parents 4591464 + 79ae3c1 commit 3d0116e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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")
Expand Down

0 comments on commit 3d0116e

Please sign in to comment.