[Bf-blender-cvs] [8d0055f] master: CMake: Fix info message for Cycles standalone.

Thomas Dinges noreply at git.blender.org
Sat Jan 18 15:19:58 CET 2014


Commit: 8d0055f3c83644a9f6c2fdd0f5c4da528807904c
Author: Thomas Dinges
Date:   Sat Jan 18 15:19:49 2014 +0100
https://developer.blender.org/rB8d0055f3c83644a9f6c2fdd0f5c4da528807904c

CMake: Fix info message for Cycles standalone.

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 106c807..7aa50e6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -403,7 +403,7 @@ endif()
 # Check for conflicting/unsupported configurations
 
 if(NOT WITH_BLENDER AND NOT WITH_PLAYER AND NOT WITH_CYCLES_STANDALONE)
-	message(FATAL_ERROR "At least one of WITH_BLENDER or WITH_PLAYER must be enabled, nothing to do!")
+	message(FATAL_ERROR "At least one of WITH_BLENDER or WITH_PLAYER or WITH_CYCLES_STANDALONE must be enabled, nothing to do!")
 endif()
 
 if(NOT WITH_GAMEENGINE AND WITH_PLAYER)




More information about the Bf-blender-cvs mailing list