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)