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:
authorSybren A. Stüvel <sybren@stuvel.eu>2016-01-18 12:20:08 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2016-01-18 12:20:14 +0300
commit306337afea846918c4e9c2dc8a9956fc7399f9c1 (patch)
tree3723231681f8eb1a700196cba1a3cdf06f7b4ba6 /CMakeLists.txt
parentd48c328b725df1cba7630fb5601e16c46f852fa3 (diff)
rather then → rather than
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 53221bd7942..e0326f1d75e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -246,7 +246,7 @@ mark_as_advanced(WITH_COMPOSITOR_WERROR)
option(WITH_GHOST_DEBUG "Enable debugging output for the GHOST library" OFF)
mark_as_advanced(WITH_GHOST_DEBUG)
-option(WITH_GHOST_SDL "Enable building blender against SDL for windowing rather then the native APIs" OFF)
+option(WITH_GHOST_SDL "Enable building Blender against SDL for windowing rather than the native APIs" OFF)
mark_as_advanced(WITH_GHOST_SDL)
if(WITH_X11)