mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 01:09: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)
|
ELSE (GLM_INCLUDE_DIR)
|
||||||
# default search dirs
|
# default search dirs
|
||||||
SET(_glm_HEADER_SEARCH_DIRS
|
SET(_glm_HEADER_SEARCH_DIRS
|
||||||
|
"$ENV{HIFI_LIB_DIR}/glm"
|
||||||
"/usr/include"
|
"/usr/include"
|
||||||
"/usr/local/include")
|
"/usr/local/include")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue