From 0d7e0ffdb56c28fa78a17f517f2d006bbd1f42bf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 31 May 2022 18:14:51 +1000 Subject: Cleanup: tabs to spaces for CMake files & sort file-lists --- source/blender/editors/space_image/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_image') diff --git a/source/blender/editors/space_image/CMakeLists.txt b/source/blender/editors/space_image/CMakeLists.txt index c385420b18e..39fb41245bf 100644 --- a/source/blender/editors/space_image/CMakeLists.txt +++ b/source/blender/editors/space_image/CMakeLists.txt @@ -61,7 +61,7 @@ if(WITH_IMAGE_CINEON) endif() if(WITH_IMAGE_WEBP) - add_definitions(-DWITH_WEBP) + add_definitions(-DWITH_WEBP) endif() blender_add_lib(bf_editor_space_image "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") -- cgit v1.2.3