[Bf-blender-cvs] [ba254334f04] vr_scene_inspection: Fix build error after changes from last merge

Julian Eisel noreply at git.blender.org
Mon Mar 2 17:16:41 CET 2020


Commit: ba254334f041ba3a4541fe023aa5af36e707cf32
Author: Julian Eisel
Date:   Mon Mar 2 15:50:00 2020 +0100
Branches: vr_scene_inspection
https://developer.blender.org/rBba254334f041ba3a4541fe023aa5af36e707cf32

Fix build error after changes from last merge

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

M	source/blender/makesrna/intern/CMakeLists.txt

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

diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 7a8b1fb2f73..1e7ec667fa8 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -326,6 +326,10 @@ if(WITH_INPUT_NDOF)
   add_definitions(-DWITH_INPUT_NDOF)
 endif()
 
+if(WITH_OPENXR)
+  add_definitions(-DWITH_OPENXR)
+endif()
+
 # Build makesrna executable
 blender_include_dirs(
   .



More information about the Bf-blender-cvs mailing list