mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:56:44 +02:00
use custom config when hunting for bullet include
This commit is contained in:
parent
ba31309206
commit
54a6a0a27c
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ endmacro()
|
||||||
|
|
||||||
find_path(BULLET_INCLUDE_DIR NAMES btBulletCollisionCommon.h
|
find_path(BULLET_INCLUDE_DIR NAMES btBulletCollisionCommon.h
|
||||||
HINTS
|
HINTS
|
||||||
|
$ENV{HIFI_LIB_DIR}/bullet
|
||||||
|
$ENV{BULLET_ROOT_DIR}
|
||||||
${BULLET_ROOT}/include
|
${BULLET_ROOT}/include
|
||||||
${BULLET_ROOT}/src
|
${BULLET_ROOT}/src
|
||||||
PATH_SUFFIXES bullet
|
PATH_SUFFIXES bullet
|
||||||
|
|
Loading…
Reference in a new issue