mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 18:02:13 +02:00
add lib/Release and lib/Debug to lib PATH_SUFFIXES
This commit is contained in:
parent
117ed9206c
commit
fd9b56fe49
1 changed files with 1 additions and 3 deletions
|
@ -42,11 +42,9 @@ macro(_FIND_BULLET_LIBRARY _var)
|
|||
${BULLET_SEARCH_DIRS}
|
||||
$ENV{BULLET_ROOT_DIR}
|
||||
${BULLET_ROOT}
|
||||
${BULLET_ROOT}/lib/Release
|
||||
${BULLET_ROOT}/lib/Debug
|
||||
${BULLET_ROOT}/out/release8/libs
|
||||
${BULLET_ROOT}/out/debug8/libs
|
||||
PATH_SUFFIXES lib
|
||||
PATH_SUFFIXES lib lib/Release lib/Debug
|
||||
)
|
||||
mark_as_advanced(${_var})
|
||||
endmacro()
|
||||
|
|
Loading…
Reference in a new issue