[Bf-blender-cvs] [639dffa43aa] soc-2019-openxr: CMake: Slight adjustment to warning message

Julian Eisel noreply at git.blender.org
Tue Sep 17 19:02:18 CEST 2019


Commit: 639dffa43aa4f8147851f854e185970aa3050213
Author: Julian Eisel
Date:   Tue Sep 17 18:17:58 2019 +0200
Branches: soc-2019-openxr
https://developer.blender.org/rB639dffa43aa4f8147851f854e185970aa3050213

CMake: Slight adjustment to warning message

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

M	build_files/cmake/platform/platform_unix.cmake

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

diff --git a/build_files/cmake/platform/platform_unix.cmake b/build_files/cmake/platform/platform_unix.cmake
index 52ca11a6d10..b8269e28afa 100644
--- a/build_files/cmake/platform/platform_unix.cmake
+++ b/build_files/cmake/platform/platform_unix.cmake
@@ -419,7 +419,7 @@ endif()
 if(WITH_OPENXR)
   find_package(OpenXR-SDK)
   if(NOT OPENXR_SDK_FOUND)
-    message(WARNING "OpenXR-SDK was not found, disabling WITH_OPENXR")
+    message(WARNING "OpenXR-SDK not found, disabling WITH_OPENXR")
     set(WITH_OPENXR OFF)
   endif()
 endif()



More information about the Bf-blender-cvs mailing list