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-05-31 11:14:51 +0300
committerCampbell Barton <campbell@blender.org>2022-05-31 11:18:24 +0300
commit0d7e0ffdb56c28fa78a17f517f2d006bbd1f42bf (patch)
tree4f9fc8340e063fefa79c27ab5e5692a4b2d9ed2e /source/blender/blenkernel/CMakeLists.txt
parente82141b6b4aa14f532da9fae5fb7866b61b496f3 (diff)
Cleanup: tabs to spaces for CMake files & sort file-lists
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 0b5f252b0d6..8399bc6c144 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -611,7 +611,7 @@ if(WITH_IMAGE_HDR)
endif()
if(WITH_IMAGE_WEBP)
- add_definitions(-DWITH_WEBP)
+ add_definitions(-DWITH_WEBP)
endif()
if(WITH_CODEC_AVI)