mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-02 06:06:41 +00:00
extern/CMakeLists.txt: Switch to openmw's OSG
This commit is contained in:
parent
4098b455f5
commit
3308c717f8
1 changed files with 2 additions and 2 deletions
4
extern/CMakeLists.txt
vendored
4
extern/CMakeLists.txt
vendored
|
@ -112,8 +112,8 @@ if(NOT OPENMW_USE_SYSTEM_OSG)
|
||||||
# branch OpenSceneGraph-3.6 on 23 Jan 2021.
|
# branch OpenSceneGraph-3.6 on 23 Jan 2021.
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
FetchContent_Declare(osg
|
FetchContent_Declare(osg
|
||||||
URL https://github.com/openscenegraph/OpenSceneGraph/archive/b8862d04203c7d5576fc8189fe4df83c4e855b9b.zip
|
URL https://github.com/OpenMW/osg/archive/e65f47c4ab3a0b53cc19f517961671e5f840a08d.zip
|
||||||
URL_HASH MD5=d80a42eb9c983c08b40ecd103bae03f4
|
URL_HASH MD5=0c967fe48d80744f6956f6b0b67ef7c6
|
||||||
SOURCE_DIR fetched/osg
|
SOURCE_DIR fetched/osg
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailableExcludeFromAll(osg)
|
FetchContent_MakeAvailableExcludeFromAll(osg)
|
||||||
|
|
Loading…
Reference in a new issue