Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <eiseljulian@gmail.com>2020-03-05 14:46:21 +0300
committerJulian Eisel <eiseljulian@gmail.com>2020-03-05 14:46:21 +0300
commit247c691d69c4042dde4b4e7ed4f845a8c59d66b9 (patch)
tree10c5a443055444112f88c5689c13079da6d80401 /source/blender/editors/space_view3d/CMakeLists.txt
parent1c49f0cc206bcf51743edf37eb68b9d0fc826330 (diff)
Add XR_ prefix like now in master
Diffstat (limited to 'source/blender/editors/space_view3d/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_view3d/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_view3d/CMakeLists.txt b/source/blender/editors/space_view3d/CMakeLists.txt
index 382c4d25d8c..c7fe82e0cbb 100644
--- a/source/blender/editors/space_view3d/CMakeLists.txt
+++ b/source/blender/editors/space_view3d/CMakeLists.txt
@@ -94,8 +94,8 @@ if(WITH_FREESTYLE)
add_definitions(-DWITH_FREESTYLE)
endif()
-if(WITH_OPENXR)
- add_definitions(-DWITH_OPENXR)
+if(WITH_XR_OPENXR)
+ add_definitions(-DWITH_XR_OPENXR)
endif()
blender_add_lib(bf_editor_space_view3d "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")