From 6d2aabc1d00e4e5aa57175b2cbf6fd02bc3be636 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Tue, 6 Jun 2017 17:00:19 +0200 Subject: [PATCH] CMake: Update clay engine message --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 22d46391dab..d5ea9730e43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -242,7 +242,7 @@ endif() option(WITH_PLAYER "Build Player" OFF) option(WITH_OPENCOLORIO "Enable OpenColorIO color management" ${_init_OPENCOLORIO}) -option(WITH_CLAY_ENGINE "Enable New Clay engine (Breaks Mac and Mesa compatibility)" ON) +option(WITH_CLAY_ENGINE "Enable Clay engine" ON) # Compositor option(WITH_COMPOSITOR "Enable the tile based nodal compositor" ON)