mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 19:39:20 +02:00
add back BULLET_ROOT_DIR hint
This commit is contained in:
parent
a293c61c05
commit
e5eccbc791
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@ macro(_FIND_BULLET_LIBRARY _var)
|
|||
${ARGN}
|
||||
HINTS
|
||||
${BULLET_SEARCH_DIRS}
|
||||
$ENV{BULLET_ROOT_DIR}
|
||||
${BULLET_ROOT}
|
||||
${BULLET_ROOT}/lib/Release
|
||||
${BULLET_ROOT}/lib/Debug
|
||||
|
@ -62,6 +63,7 @@ endmacro()
|
|||
find_path(BULLET_INCLUDE_DIR NAMES btBulletCollisionCommon.h
|
||||
HINTS
|
||||
${BULLET_SEARCH_DIRS}
|
||||
$ENV{BULLET_ROOT_DIR}
|
||||
${BULLET_ROOT}/include
|
||||
${BULLET_ROOT}/src
|
||||
PATH_SUFFIXES bullet
|
||||
|
|
Loading…
Reference in a new issue