Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-09-29 05:00:18 +0300
committerCampbell Barton <campbell@blender.org>2022-09-29 06:32:16 +0300
commit0c282c068f1a132b1689ca0d5142a86a6d238895 (patch)
treec7024fa92769a14a4527bb75610d26a30aacbe63 /source/creator
parentf96020fb9af08a81391f8bb9961e394a0b0337eb (diff)
Cleanup: cmake indentation
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
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)