mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
Adjust FindSpeex to match correct speex header location
This commit is contained in:
@ -4,11 +4,9 @@ endif()
|
|||||||
|
|
||||||
|
|
||||||
#It would be a good idea to eventually use pkgconfig here.
|
#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/local/include
|
||||||
/usr/include
|
/usr/include
|
||||||
/usr/local/include/speex
|
|
||||||
/usr/include/speex
|
|
||||||
)
|
)
|
||||||
|
|
||||||
find_library(Speex_LIBRARY NAMES speex
|
find_library(Speex_LIBRARY NAMES speex
|
||||||
|
Reference in New Issue
Block a user