[Bf-blender-cvs] [464c9db1f9a] temp-sybren-usd-apple: USD: cmake capital NOT required

Sybren A. Stüvel noreply at git.blender.org
Sat Dec 14 12:44:41 CET 2019


Commit: 464c9db1f9a13a9b21f032e415220bcf95b50098
Author: Sybren A. Stüvel
Date:   Sat Dec 14 12:44:38 2019 +0100
Branches: temp-sybren-usd-apple
https://developer.blender.org/rB464c9db1f9a13a9b21f032e415220bcf95b50098

USD: cmake capital NOT required

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

M	build_files/cmake/platform/platform_apple.cmake

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

diff --git a/build_files/cmake/platform/platform_apple.cmake b/build_files/cmake/platform/platform_apple.cmake
index 2dba67fb840..a5f79c58ab1 100644
--- a/build_files/cmake/platform/platform_apple.cmake
+++ b/build_files/cmake/platform/platform_apple.cmake
@@ -58,7 +58,7 @@ endif()
 
 if(WITH_USD)
   find_package(USD)
-  if(not USD_FOUND)
+  if(NOT USD_FOUND)
     set(WITH_USD OFF)
   endif()
 endif()



More information about the Bf-blender-cvs mailing list