mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 09:06:32 +02: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