From 0c282c068f1a132b1689ca0d5142a86a6d238895 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 29 Sep 2022 12:00:18 +1000 Subject: Cleanup: cmake indentation --- source/creator/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/creator') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 05577406b48..13a311cb55c 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -1157,10 +1157,10 @@ elseif(APPLE) ) if(WITH_BLENDER_THUMBNAILER) - install( - TARGETS blender-thumbnailer - DESTINATION Blender.app/Contents/MacOS/ - ) + install( + TARGETS blender-thumbnailer + DESTINATION Blender.app/Contents/MacOS/ + ) endif() if(PLATFORM_BUNDLED_LIBRARIES AND TARGETDIR_LIB) -- cgit v1.2.3