2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Adjust FindSpeex to match correct speex header location

This commit is contained in:
2011-04-24 11:23:09 -07:00
parent a05a6ccad1
commit 64a479d35e

View File

@ -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