mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-30 10:06:42 +00:00
Merge branch 'update-bullet2' into 'master'
Update extern Bullet to 3.17 See merge request OpenMW/openmw!854
This commit is contained in:
commit
82bd88c818
1 changed files with 3 additions and 3 deletions
6
extern/CMakeLists.txt
vendored
6
extern/CMakeLists.txt
vendored
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue