mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 03:42:27 +02:00
have the FindGLM module check HIFI_LIB_DIR
This commit is contained in:
parent
cabbfb9a9e
commit
b56d995cf2
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ IF (GLM_INCLUDE_DIR)
|
|||
ELSE (GLM_INCLUDE_DIR)
|
||||
# default search dirs
|
||||
SET(_glm_HEADER_SEARCH_DIRS
|
||||
"$ENV{HIFI_LIB_DIR}/glm"
|
||||
"/usr/include"
|
||||
"/usr/local/include")
|
||||
|
||||
|
|
Loading…
Reference in a new issue