mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 01:22:21 +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
|
||||
HINTS
|
||||
$ENV{HIFI_LIB_DIR}/bullet
|
||||
$ENV{BULLET_ROOT_DIR}
|
||||
${BULLET_ROOT}/include
|
||||
${BULLET_ROOT}/src
|
||||
PATH_SUFFIXES bullet
|
||||
|
|
Loading…
Reference in a new issue