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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-05-11 11:06:12 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-05-11 11:06:12 +0300
commit2a2b23c142110ceeea62dde3953bba467b66b686 (patch)
treec925a294f2112c2d6b2ad67356fa0591d0016505 /CMakeLists.txt
parent3465f80319caa5410af48d63e68df7bf72d8f8b3 (diff)
Fix typo in the CMakeFile message
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 89e4e76a8fd..a41a5dc162a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -580,7 +580,7 @@ if(NOT WITH_GAMEENGINE AND WITH_PLAYER)
endif()
if(WITH_GAMEENGINE AND NOT WITH_LEGACY_OPENGL)
- message(FATAL_ERROR "WITH_GAME_ENGINE requires WITH_LEGACY_OPENGL")
+ message(FATAL_ERROR "WITH_GAMEENGINE requires WITH_LEGACY_OPENGL")
endif()
if(NOT WITH_AUDASPACE)