CMake: Update clay engine message

This commit is contained in:
Dalai Felinto 2017-06-06 17:00:19 +02:00
parent 46f659ba2d
commit 6d2aabc1d0

@ -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)