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 <ideasman42@gmail.com>2019-08-30 20:42:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-30 20:42:37 +0300
commit503716bb651ac983e4b76c9e5592b2f794d306af (patch)
tree538a325a0c55085a46d2083f61b8688de09df2ea /source/blender/blendthumb
parentf430685d2d286f2f43b68ea2debec4f124de9072 (diff)
Cleanup: 2 space indentation
Diffstat (limited to 'source/blender/blendthumb')
-rw-r--r--source/blender/blendthumb/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blendthumb/CMakeLists.txt b/source/blender/blendthumb/CMakeLists.txt
index 669234550af..6c786dfcc7a 100644
--- a/source/blender/blendthumb/CMakeLists.txt
+++ b/source/blender/blendthumb/CMakeLists.txt
@@ -32,7 +32,7 @@ add_library(BlendThumb SHARED ${SRC})
target_link_libraries(BlendThumb ${ZLIB_LIBRARIES})
install(
- FILES $<TARGET_FILE:BlendThumb>
- COMPONENT Blender
- DESTINATION "."
+ FILES $<TARGET_FILE:BlendThumb>
+ COMPONENT Blender
+ DESTINATION "."
)