mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-01 16:39:40 +00:00
extern/CMakeLists.txt: Set OSG/MYGUI_STATIC on PARENT_SCOPE
This commit is contained in:
parent
402e43678c
commit
f0febe095c
1 changed files with 2 additions and 2 deletions
4
extern/CMakeLists.txt
vendored
4
extern/CMakeLists.txt
vendored
|
@ -54,7 +54,7 @@ endif()
|
|||
if(NOT OPENMW_USE_SYSTEM_MYGUI)
|
||||
cmake_minimum_required(VERSION 3.11) # for FetchContent
|
||||
|
||||
set(MYGUI_STATIC ON CACHE BOOL "")
|
||||
set(MYGUI_STATIC ON CACHE BOOL "" PARENT_SCOPE)
|
||||
|
||||
set(MYGUI_RENDERSYSTEM 4 CACHE STRING "")
|
||||
set(MYGUI_DISABLE_PLUGINS TRUE CACHE BOOL "")
|
||||
|
@ -77,7 +77,7 @@ endif()
|
|||
if(NOT OPENMW_USE_SYSTEM_OSG)
|
||||
cmake_minimum_required(VERSION 3.11) # for FetchContent
|
||||
|
||||
set(OSG_STATIC ON CACHE BOOL "")
|
||||
set(OSG_STATIC ON CACHE BOOL "" PARENT_SCOPE)
|
||||
|
||||
set(DYNAMIC_OPENTHREADS OFF CACHE BOOL "")
|
||||
set(DYNAMIC_OPENSCENEGRAPH OFF CACHE BOOL "")
|
||||
|
|
Loading…
Reference in a new issue