[Bf-blender-cvs] [2a1ec8ec2a8] soc-2019-openxr: Fix missing CMake hint for OpenXR SDK path on linux

Julian Eisel noreply at git.blender.org
Wed Aug 21 13:24:21 CEST 2019


Commit: 2a1ec8ec2a816f1a3c3be7c2ebfa868429da38dc
Author: Julian Eisel
Date:   Wed Aug 21 13:23:34 2019 +0200
Branches: soc-2019-openxr
https://developer.blender.org/rB2a1ec8ec2a816f1a3c3be7c2ebfa868429da38dc

Fix missing CMake hint for OpenXR SDK path on linux

===================================================================

M	build_files/cmake/Modules/FindOpenXR-SDK.cmake

===================================================================

diff --git a/build_files/cmake/Modules/FindOpenXR-SDK.cmake b/build_files/cmake/Modules/FindOpenXR-SDK.cmake
index 6682f665465..904b4668263 100644
--- a/build_files/cmake/Modules/FindOpenXR-SDK.cmake
+++ b/build_files/cmake/Modules/FindOpenXR-SDK.cmake
@@ -30,6 +30,7 @@ SET(_openxr_sdk_SEARCH_DIRS
   /usr/local
   /sw # Fink
   /opt/local # DarwinPorts
+  /opt/lib/openxr-sdk
 )
 
 FIND_PATH(OPENXR_SDK_INCLUDE_DIR



More information about the Bf-blender-cvs mailing list