Skip to content
This repository

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Browse code

Merge pull request #156 from Parlane/fix_soundtouch

Use correct capitalization for SoundTouch.h in CMakeLists.txt
commit 3d0116e74f28dd8109e71e4f1405e751f8800ba8 2 parents 4591464 + 79ae3c1
Pierre Bourdon authored

Showing 1 changed file with 1 addition and 1 deletion. Show Diff Stats Hide Diff Stats

  1. 2  CMakeLists.txt
2  CMakeLists.txt
@@ -555,7 +555,7 @@ endif()
555 555
 
556 556
 if(OPENAL_FOUND)
557 557
 	if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
558  
-		check_lib(SOUNDTOUCH SoundTouch soundtouch/soundtouch.h QUIET)
  558
+		check_lib(SOUNDTOUCH SoundTouch soundtouch/SoundTouch.h QUIET)
559 559
 	endif()
560 560
 	if (SOUNDTOUCH_FOUND)
561 561
 		message("Using shared soundtouch")

0 notes on commit 3d0116e

Please sign in to comment.
Something went wrong with that request. Please try again.