From 64a479d35e2000a9a6739c7e3d4c8cf85c1d156c Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Sun, 24 Apr 2011 11:23:09 -0700 Subject: [PATCH] Adjust FindSpeex to match correct speex header location --- cmake/FindSpeex.cmake | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cmake/FindSpeex.cmake b/cmake/FindSpeex.cmake index 73dd0c1a..2a5b92c0 100644 --- a/cmake/FindSpeex.cmake +++ b/cmake/FindSpeex.cmake @@ -4,11 +4,9 @@ endif() #It would be a good idea to eventually use pkgconfig here. -find_path(Speex_INCLUDE_DIR speex.h +find_path(Speex_INCLUDE_DIR speex/speex.h /usr/local/include /usr/include - /usr/local/include/speex - /usr/include/speex ) find_library(Speex_LIBRARY NAMES speex