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-01-28 06:08:11 +0300
committerCampbell Barton <campbell@blender.org>2022-01-28 06:52:47 +0300
commitebd0e7608860e0a7a1b0fbe563a4329919f78799 (patch)
tree4ff655ad9b3e3c40b48dff73e0cd31195c340cf0 /source/blender/blenlib
parent9f6b19526de8b69bf8015b835f358dd8c2eb6449 (diff)
Cleanup: indentation for CMake files
Also minor white-space & case changes.
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index e9446f36c83..31e550379f1 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -363,8 +363,8 @@ if(WITH_GMP)
endif()
if(WIN32)
- if (WITH_BLENDER_THUMBNAILER)
- # Needed for querying the thumbnailer .dll in winstuff.c
+ if(WITH_BLENDER_THUMBNAILER)
+ # Needed for querying the `thumbnailer .dll` in `winstuff.c`.
add_definitions(-DWITH_BLENDER_THUMBNAILER)
endif()
list(APPEND INC