diff --git a/CMakeLists.txt b/CMakeLists.txt index ab30031dc02..6bfd9e512d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -332,7 +332,7 @@ unset(_option_default) option(WITH_GMP "Enable features depending on GMP (Exact Boolean)" ON) # Compositor -option(WITH_COMPOSITOR_CPU "Enable the tile based CPU nodal compositor" ON) +option(WITH_COMPOSITOR_CPU "Enable the Full-Frame CPU nodal compositor" ON) option(WITH_OPENIMAGEDENOISE "Enable the OpenImageDenoise compositing node" ON) option(WITH_OPENSUBDIV "Enable OpenSubdiv for surface subdivision" ON)