[Bf-blender-cvs] [e4919873bce] tmp-vfx-platform-2023: cmake: fix stray endif in platform_apple.cmake

Ray Molenkamp noreply at git.blender.org
Thu Oct 6 20:37:40 CEST 2022


Commit: e4919873bce5839d2e73cba2ba13a56a3d261af2
Author: Ray Molenkamp
Date:   Thu Oct 6 12:37:35 2022 -0600
Branches: tmp-vfx-platform-2023
https://developer.blender.org/rBe4919873bce5839d2e73cba2ba13a56a3d261af2

cmake: fix stray endif in platform_apple.cmake

Likely the result of a merge I did yesterday that had
some conflicts.

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

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 a94986a010b..bb4aeb1cc02 100644
--- a/build_files/cmake/platform/platform_apple.cmake
+++ b/build_files/cmake/platform/platform_apple.cmake
@@ -21,7 +21,6 @@ function(print_found_status
   endif()
 endfunction()
 
-  endif()
 # ------------------------------------------------------------------------
 # Find system provided libraries.



More information about the Bf-blender-cvs mailing list