mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
add ${BULLET_SEARCH_DIRS}/include,
remove PATH_SUFFIXES include/bullet
This commit is contained in:
parent
840acecbe6
commit
117ed9206c
1 changed files with 2 additions and 2 deletions
|
@ -62,11 +62,11 @@ endmacro()
|
|||
|
||||
find_path(BULLET_INCLUDE_DIR NAMES btBulletCollisionCommon.h
|
||||
HINTS
|
||||
${BULLET_SEARCH_DIRS}
|
||||
${BULLET_SEARCH_DIRS}/include
|
||||
$ENV{BULLET_ROOT_DIR}
|
||||
${BULLET_ROOT}/include
|
||||
${BULLET_ROOT}/src
|
||||
PATH_SUFFIXES bullet include/bullet
|
||||
PATH_SUFFIXES bullet
|
||||
)
|
||||
|
||||
# Find the libraries
|
||||
|
|
Loading…
Reference in a new issue