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-03-25 04:04:14 +0300
committerCampbell Barton <campbell@blender.org>2022-03-25 04:04:14 +0300
commit1d2dfc5e9e96917fefe10f4361bb0ad20a93cf6b (patch)
tree4b323da73451387e28c114845a64cead53d25df9 /build_files
parenta446c53f168f05b971bf2784aa92b27b60504389 (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/Modules/FindWebP.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/build_files/cmake/Modules/FindWebP.cmake b/build_files/cmake/Modules/FindWebP.cmake
index 240dbad2b4e..741c48ec447 100644
--- a/build_files/cmake/Modules/FindWebP.cmake
+++ b/build_files/cmake/Modules/FindWebP.cmake
@@ -33,10 +33,10 @@ FIND_PATH(WEBP_INCLUDE_DIR
)
SET(_webp_FIND_COMPONENTS
- webp
- webpmux
- webpdemux
- )
+ webp
+ webpmux
+ webpdemux
+)
SET(_webp_LIBRARIES)
FOREACH(COMPONENT ${_webp_FIND_COMPONENTS})