From ff4e0187531b577a12484c82774fc4229dd2a76a Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Tue, 27 Aug 2013 02:37:48 +0000 Subject: Cycles / Standalone: * Rename test to standalone. Note: New CMAKE flag is WITH_CYCLES_STANDALONE. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6efef21afc1..2395b653f97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -261,7 +261,7 @@ mark_as_advanced(PYTHON_NUMPY_PATH) # Cycles option(WITH_CYCLES "Enable cycles Render Engine" ON) -option(WITH_CYCLES_TEST "Build cycles test application" OFF) +option(WITH_CYCLES_STANDALONE "Build cycles standalone application" OFF) option(WITH_CYCLES_OSL "Build Cycles with OSL support" OFF) option(WITH_CYCLES_CUDA_BINARIES "Build cycles CUDA binaries" OFF) set(CYCLES_CUDA_BINARIES_ARCH sm_20 sm_21 sm_30 sm_35 CACHE STRING "CUDA architectures to build binaries for") @@ -373,7 +373,7 @@ endif() #----------------------------------------------------------------------------- # Check for conflicting/unsupported configurations -if(NOT WITH_BLENDER AND NOT WITH_PLAYER AND NOT WITH_CYCLES_TEST) +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!") endif() -- cgit v1.2.3