mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 07:45:36 +00:00
extern/CMakeLists.txt: Bump OSG
This commit is contained in:
parent
26814b2386
commit
402e43678c
1 changed files with 2 additions and 2 deletions
4
extern/CMakeLists.txt
vendored
4
extern/CMakeLists.txt
vendored
|
@ -105,8 +105,8 @@ if(NOT OPENMW_USE_SYSTEM_OSG)
|
|||
# + https://github.com/openscenegraph/OpenSceneGraph/pull/1033
|
||||
include(FetchContent)
|
||||
FetchContent_Declare(osg
|
||||
URL https://github.com/glebm/OpenSceneGraph/archive/041090d84d9d4b72f1202457fceae0ec6f79b663.zip
|
||||
URL_HASH MD5=2cbf8126b27a45a2a44efe9fa39090f3
|
||||
URL https://github.com/glebm/OpenSceneGraph/archive/7fd71578dfe9283f15b999e82e802ccfda87d936.zip
|
||||
URL_HASH MD5=c1bad7cc5e263ac650ae1269f212b752
|
||||
SOURCE_DIR fetched/osg
|
||||
)
|
||||
FetchContent_MakeAvailableExcludeFromAll(osg)
|
||||
|
|
Loading…
Reference in a new issue