From 2230f3346e8a7ac2191690627856a1a8745bd8e9 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Mon, 4 Jun 2012 16:30:15 +0000 Subject: Cycles / OSL: * Compile option to build with OSL, disabled by default. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 29a255d6c67..f50ef91c978 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -236,6 +236,7 @@ endif() # Cycles option(WITH_CYCLES "Enable cycles Render Engine" ON) option(WITH_CYCLES_TEST "Build cycles test 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_13 sm_20 sm_21 CACHE STRING "CUDA architectures to build binaries for") mark_as_advanced(CYCLES_CUDA_BINARIES_ARCH) -- cgit v1.2.3