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-01-28 05:59:08 +0300
committerCampbell Barton <campbell@blender.org>2022-01-28 06:52:47 +0300
commit9f6b19526de8b69bf8015b835f358dd8c2eb6449 (patch)
treee14530ca6a360aba16181b6d64a0f48acf6e0efc /build_files
parent7475012e24ad02c116ad2dcdcd7b36ca60f62103 (diff)
Cleanup: spelling in comments
Also minor wording improvements.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/platform/platform_unix.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/platform/platform_unix.cmake b/build_files/cmake/platform/platform_unix.cmake
index 6d595865659..6a896709cc2 100644
--- a/build_files/cmake/platform/platform_unix.cmake
+++ b/build_files/cmake/platform/platform_unix.cmake
@@ -112,7 +112,7 @@ if(NOT WITH_SYSTEM_FREETYPE)
# NOTE: This is done on WIN32 & APPLE but fails on some Linux systems.
# See: https://devtalk.blender.org/t/22536
- # So `BROTLI_LIBRARIES` need to be added `FREETYPE_LIBRARIES`.
+ # So `BROTLI_LIBRARIES` need to be added directly after `FREETYPE_LIBRARIES`.
#
# list(APPEND FREETYPE_LIBRARIES
# ${BROTLI_LIBRARIES}