11430: FindBullet doesn't find header files installed by Bullet >= 2.77
This commit is contained in:
parent
da0a463f17
commit
a44a05cd9d
|
@ -31,7 +31,7 @@ macro(_FIND_BULLET_LIBRARY _var)
|
|||
find_library(${_var}
|
||||
NAMES
|
||||
${ARGN}
|
||||
PATHS
|
||||
HINTS
|
||||
${BULLET_ROOT}
|
||||
${BULLET_ROOT}/out/release8/libs
|
||||
${BULLET_ROOT}/out/debug8/libs
|
||||
|
@ -50,9 +50,10 @@ macro(_BULLET_APPEND_LIBRARIES _list _release)
|
|||
endmacro()
|
||||
|
||||
find_path(BULLET_INCLUDE_DIR NAMES btBulletCollisionCommon.h
|
||||
PATHS
|
||||
HINTS
|
||||
${BULLET_ROOT}/include
|
||||
${BULLET_ROOT}/src
|
||||
PATH_SUFFIXES bullet
|
||||
)
|
||||
|
||||
# Find the libraries
|
||||
|
|
Loading…
Reference in New Issue