1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-06 13:15:35 +00:00

Update extern Bullet to 3.17

Includes performance improvements that affect OpenMW:

* https://github.com/bulletphysics/bullet3/pull/3287
* https://github.com/bulletphysics/bullet3/pull/3293
This commit is contained in:
Gleb Mazovetskiy 2021-05-14 00:05:00 +01:00
parent d843ec321e
commit bdfbf01772

View file

@ -44,11 +44,11 @@ if(NOT OPENMW_USE_SYSTEM_BULLET)
set(USE_MSVC_RUNTIME_LIBRARY_DLL ON CACHE BOOL "" FORCE) set(USE_MSVC_RUNTIME_LIBRARY_DLL ON CACHE BOOL "" FORCE)
endif() endif()
# master on 12 Mar 2021 # May 7, 2021
include(FetchContent) include(FetchContent)
FetchContent_Declare(bullet FetchContent_Declare(bullet
URL https://github.com/bulletphysics/bullet3/archive/87e668f6b2a883b4ef63db8a07c8e9283916e9d9.zip URL https://github.com/bulletphysics/bullet3/archive/refs/tags/3.17.tar.gz
URL_HASH MD5=9f13246439968494c2b595cf412d83c8 URL_HASH MD5=7711bce9a49c289a08ecda34eaa0f32e
SOURCE_DIR fetched/bullet SOURCE_DIR fetched/bullet
) )
FetchContent_MakeAvailableExcludeFromAll(bullet) FetchContent_MakeAvailableExcludeFromAll(bullet)