Commit: ca8d4fbb2b99ec520a4dd40483368914b2e02cc2 Author: Ray Molenkamp Date: Fri Mar 25 10:33:33 2022 -0600 Branches: tmp_lib_update_32 https://developer.blender.org/rBca8d4fbb2b99ec520a4dd40483368914b2e02cc2
USD: fix unintended whitespace change =================================================================== M source/blender/io/usd/CMakeLists.txt =================================================================== diff --git a/source/blender/io/usd/CMakeLists.txt b/source/blender/io/usd/CMakeLists.txt index 31536460cf2..e2e959814fa 100644 --- a/source/blender/io/usd/CMakeLists.txt +++ b/source/blender/io/usd/CMakeLists.txt @@ -11,7 +11,6 @@ endif() if(WIN32) add_definitions(-DNOMINMAX -DWIN32_LEAN_AND_MEAN) endif() - add_definitions(-DPXR_STATIC) # USD headers use deprecated TBB headers, silence warning. _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
