[Bf-blender-cvs] [e1db5cc2c70] soc-2019-openxr: Remove CMake include unneeded after recent build system changes

Julian Eisel noreply at git.blender.org
Fri Nov 15 11:29:59 CET 2019


Commit: e1db5cc2c70d0eb5404a1816413dade145a63e5a
Author: Julian Eisel
Date:   Wed Nov 13 17:01:42 2019 +0100
Branches: soc-2019-openxr
https://developer.blender.org/rBe1db5cc2c70d0eb5404a1816413dade145a63e5a

Remove CMake include unneeded after recent build system changes

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

M	intern/ghost/CMakeLists.txt

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

diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 3902322113c..85ad0bcf453 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -373,8 +373,6 @@ if(WITH_OPENXR)
     )
   endif()
 
-  include(xr_platform_defines)
-
   add_definitions(-DWITH_OPENXR)
 endif()



More information about the Bf-blender-cvs mailing list