[Bf-blender-cvs] [88ef625c0bf] vamr-openxr-module: Remove unnecessary WITH_OPENXR definition in BKE

Julian Eisel noreply at git.blender.org
Sat Aug 31 13:11:35 CEST 2019


Commit: 88ef625c0bf3a835b7e5de967c7ed8c226b3882d
Author: Julian Eisel
Date:   Sat Aug 31 13:10:52 2019 +0200
Branches: vamr-openxr-module
https://developer.blender.org/rB88ef625c0bf3a835b7e5de967c7ed8c226b3882d

Remove unnecessary WITH_OPENXR definition in BKE

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

M	source/blender/blenkernel/CMakeLists.txt

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

diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 879a3e054f2..669abff6599 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -615,10 +615,6 @@ if(WITH_OPENVDB)
   endif()
 endif()
 
-if(WITH_OPENXR)
-  add_definitions(-DWITH_OPENXR)
-endif()
-
 ## Warnings as errors, this is too strict!
 #if(MSVC)
 #   set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /WX")



More information about the Bf-blender-cvs mailing list