mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-15 17:39:40 +00:00
Avoiding build woes from system jsoncpp
This commit is contained in:
parent
c136ae682e
commit
d0ab6f4497
1 changed files with 3 additions and 1 deletions
|
@ -259,7 +259,9 @@ if(BUILD_OPENMW_VR)
|
|||
${APPLE_BUNDLE_RESOURCES}
|
||||
)
|
||||
|
||||
# Import the OpenXR SDK
|
||||
########### Import the OpenXR SDK
|
||||
# Force the openxr-sdk to use its bundled jsoncpp to avoid problems from system jsoncpp if present
|
||||
set(BUILD_WITH_SYSTEM_JSONCPP off)
|
||||
include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
OpenXR
|
||||
|
|
Loading…
Reference in a new issue