From 0d05fd9b4c54eef6ef4168496aa0c0db057f79ff Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sun, 8 Mar 2020 17:14:58 +0100 Subject: Install_deps: fix wrong `XR_OPENXR_ROOT_DIR` parameter for CMake. Should be `XR_OPENXR_SDK_ROOT_DIR`.` --- build_files/build_environment/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files') diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh index df2866a0e2c..d4fddc89f82 100755 --- a/build_files/build_environment/install_deps.sh +++ b/build_files/build_environment/install_deps.sh @@ -5377,7 +5377,7 @@ print_info() { PRINT " $_1" _buildargs="$_buildargs $_1" 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" _buildargs="$_buildargs $_1" fi -- cgit v1.2.3