mirror of
https://github.com/lubosz/overte.git
synced 2025-04-11 13:42:07 +02:00
look in {HIFI_LIB_DIR}/glm for glm on windows
This commit is contained in:
parent
b91a55d89d
commit
0bf0edc0f0
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ ELSE (GLM_INCLUDE_DIR)
|
|||
IF(GLM_ROOT_DIR)
|
||||
SET(_glm_HEADER_SEARCH_DIRS "${GLM_ROOT_DIR}"
|
||||
"${GLM_ROOT_DIR}/include"
|
||||
"$ENV{HIFI_LIB_DIR}"
|
||||
"$ENV{HIFI_LIB_DIR}/glm"
|
||||
${_glm_HEADER_SEARCH_DIRS})
|
||||
ENDIF(GLM_ROOT_DIR)
|
||||
|
||||
|
|
Loading…
Reference in a new issue