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:
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})