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:
authorAlaska <Alaska>2022-02-23 08:35:48 +0300
committerAnkit Meel <ankitjmeel@gmail.com>2022-02-23 08:37:04 +0300
commit165b030b19718694eaf33d6602034ed88fdd31a1 (patch)
tree27c1e642af94dc92b2e79d7b248e2ed2cf73382e /CMakeLists.txt
parent3c0fd287cb28ec354bfbbfaaf593fd78e698fcc9 (diff)
Cleanup: Remove repeated word in comment
Differential Revision: https://developer.blender.org/D14178
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bbddaff8480..9f8800fe303 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -866,7 +866,7 @@ if(WITH_CYCLES_DEVICE_HIP)
endif()
#-----------------------------------------------------------------------------
-# Check check if submodules are cloned
+# Check if submodules are cloned.
if(WITH_INTERNATIONAL)
file(GLOB RESULT "${CMAKE_SOURCE_DIR}/release/datafiles/locale")