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:
authorBrecht Van Lommel <brecht@blender.org>2022-03-07 19:25:50 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-03-07 19:28:39 +0300
commitf130d4f2112c99225a22d99f3b61da16f30f42ef (patch)
treec8695ded8951b45feda85c9310d405865a40ef3a /CMakeLists.txt
parent5bb2b4236dcf2b84121074660bcf8ed0de03eeeb (diff)
Cleanup: fix various typos
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14203
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 9f8800fe303..f7d85969ba2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -502,7 +502,7 @@ else()
set(WITH_EXPERIMENTAL_FEATURES OFF)
endif()
-# Unit testsing
+# Unit testing
option(WITH_GTESTS "Enable GTest unit testing" OFF)
option(WITH_OPENGL_RENDER_TESTS "Enable OpenGL render related unit testing (Experimental)" OFF)
option(WITH_OPENGL_DRAW_TESTS "Enable OpenGL UI drawing related unit testing (Experimental)" OFF)