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 /CMakeLists.txt
parent9f6b19526de8b69bf8015b835f358dd8c2eb6449 (diff)
Cleanup: indentation for CMake files
Also minor white-space & case changes.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0a73a2fae1a..f73149adc04 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -685,7 +685,7 @@ if(WIN32 OR XCODE)
option(IDE_GROUP_PROJECTS_IN_FOLDERS "Organize the projects according to source folder structure." ON)
mark_as_advanced(IDE_GROUP_PROJECTS_IN_FOLDERS)
- if (IDE_GROUP_PROJECTS_IN_FOLDERS)
+ if(IDE_GROUP_PROJECTS_IN_FOLDERS)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
endif()
endif()