[Bf-blender-cvs] [2a2b23c1421] blender2.8: Fix typo in the CMakeFile message

Sergey Sharybin noreply at git.blender.org
Thu May 11 10:06:33 CEST 2017


Commit: 2a2b23c142110ceeea62dde3953bba467b66b686
Author: Sergey Sharybin
Date:   Thu May 11 10:06:12 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB2a2b23c142110ceeea62dde3953bba467b66b686

Fix typo in the CMakeFile message

===================================================================

M	CMakeLists.txt

===================================================================

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)




More information about the Bf-blender-cvs mailing list