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
path: root/extern
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 /extern
parent9f6b19526de8b69bf8015b835f358dd8c2eb6449 (diff)
Cleanup: indentation for CMake files
Also minor white-space & case changes.
Diffstat (limited to 'extern')
-rw-r--r--extern/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 1fdc8e60167..be76e8b0db1 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -113,6 +113,6 @@ if(WITH_MOD_FLUID)
add_subdirectory(mantaflow)
endif()
-if (WITH_COMPOSITOR)
+if(WITH_COMPOSITOR)
add_subdirectory(smaa_areatex)
endif()