mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
modify PATH_SUFFIXES when hunting for include dir
This commit is contained in:
parent
e5eccbc791
commit
0a04dc8445
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ find_path(BULLET_INCLUDE_DIR NAMES btBulletCollisionCommon.h
|
|||
$ENV{BULLET_ROOT_DIR}
|
||||
${BULLET_ROOT}/include
|
||||
${BULLET_ROOT}/src
|
||||
PATH_SUFFIXES bullet
|
||||
PATH_SUFFIXES bullet include/bullet
|
||||
)
|
||||
|
||||
# Find the libraries
|
||||
|
|
Loading…
Reference in a new issue