mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-12 22:03:55 +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}
|
${ARGN}
|
||||||
HINTS
|
HINTS
|
||||||
${BULLET_SEARCH_DIRS}
|
${BULLET_SEARCH_DIRS}
|
||||||
|
$ENV{BULLET_ROOT_DIR}
|
||||||
${BULLET_ROOT}
|
${BULLET_ROOT}
|
||||||
${BULLET_ROOT}/lib/Release
|
${BULLET_ROOT}/lib/Release
|
||||||
${BULLET_ROOT}/lib/Debug
|
${BULLET_ROOT}/lib/Debug
|
||||||
|
@ -62,6 +63,7 @@ endmacro()
|
||||||
find_path(BULLET_INCLUDE_DIR NAMES btBulletCollisionCommon.h
|
find_path(BULLET_INCLUDE_DIR NAMES btBulletCollisionCommon.h
|
||||||
HINTS
|
HINTS
|
||||||
${BULLET_SEARCH_DIRS}
|
${BULLET_SEARCH_DIRS}
|
||||||
|
$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