From 01c32a9ccc30f4a67f6877a98598476934ac3a2c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 24 Apr 2025 12:44:27 +1000 Subject: [PATCH] Cleanup: trailing space --- build_files/cmake/platform/platform_apple.cmake | 2 +- extern/CMakeLists.txt | 2 +- intern/ghost/CMakeLists.txt | 2 +- source/blender/gpu/CMakeLists.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build_files/cmake/platform/platform_apple.cmake b/build_files/cmake/platform/platform_apple.cmake index 688d865f5e3..3ae71a26a69 100644 --- a/build_files/cmake/platform/platform_apple.cmake +++ b/build_files/cmake/platform/platform_apple.cmake @@ -374,7 +374,7 @@ endif() if(WITH_HARU) find_package(Haru REQUIRED) endif() - + if(WITH_MANIFOLD) find_package(manifold REQUIRED) endif() diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt index d71c7801707..fb5232cca05 100644 --- a/extern/CMakeLists.txt +++ b/extern/CMakeLists.txt @@ -7,7 +7,7 @@ add_subdirectory(curve_fit_nd) add_subdirectory(fmtlib) if(WITH_IO_FBX) add_subdirectory(ufbx) -endif() +endif() # Otherwise we get warnings here that we cant fix in external projects remove_strict_flags() diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt index 407e3b771d7..db1e70c233a 100644 --- a/intern/ghost/CMakeLists.txt +++ b/intern/ghost/CMakeLists.txt @@ -582,7 +582,7 @@ if(WITH_XR_OPENXR) if(WIN32) list(APPEND SRC intern/GHOST_XrGraphicsBindingD3D.cc - + intern/GHOST_XrGraphicsBindingD3D.hh ) endif() diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt index 7b8337c86c4..dd43738ffa1 100644 --- a/source/blender/gpu/CMakeLists.txt +++ b/source/blender/gpu/CMakeLists.txt @@ -99,7 +99,7 @@ set(SRC intern/gpu_vertex_format_normals.cc intern/gpu_viewport.cc intern/gpu_worker.cc - + GPU_attribute_convert.hh GPU_batch.hh GPU_batch_presets.hh