Install_deps: fix wrong XR_OPENXR_ROOT_DIR
parameter for CMake.
Should be `XR_OPENXR_SDK_ROOT_DIR`.`
This commit is contained in:
@@ -5377,7 +5377,7 @@ print_info() {
|
|||||||
PRINT " $_1"
|
PRINT " $_1"
|
||||||
_buildargs="$_buildargs $_1"
|
_buildargs="$_buildargs $_1"
|
||||||
if [ -d $INST/xr-openxr-sdk ]; then
|
if [ -d $INST/xr-openxr-sdk ]; then
|
||||||
_1="-D XR_OPENXR_ROOT_DIR=$INST/xr-openxr-sdk"
|
_1="-D XR_OPENXR_SDK_ROOT_DIR=$INST/xr-openxr-sdk"
|
||||||
PRINT " $_1"
|
PRINT " $_1"
|
||||||
_buildargs="$_buildargs $_1"
|
_buildargs="$_buildargs $_1"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user