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 <ideasman42@gmail.com>2021-08-05 05:02:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-08-05 05:03:41 +0300
commit604ae5f7b628e5ce78bd0313ec119634eafa1048 (patch)
tree6994f2dffd94033a7c27b29884c8fa5cdc36bacf /extern
parent1def985d78db113ea4426311692941e44f0467eb (diff)
Cleanup: tab indentation for CMake / GNUmakefile
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 824b2fb0e9c..7f7d91f0765 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -111,5 +111,5 @@ if(WITH_MOD_FLUID)
endif()
if (WITH_COMPOSITOR)
- add_subdirectory(smaa_areatex)
+ add_subdirectory(smaa_areatex)
endif()