Private/unsupported build options should be marked as advanced so that they are hidden to users listing CMake options (e.g. with 'cmake -L').
Er wait, we already have code for this (WebKitFeatures.cmake): option(${_name} "${_WEBKIT_AVAILABLE_OPTIONS_DESCRIPTION_${_name}}" ${_WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_${_name}}) if (NOT _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_${_name}) mark_as_advanced(FORCE ${_name}) endif ()
Created attachment 291645 [details] Patch
Comment on attachment 291645 [details] Patch Clearing flags on attachment: 291645 Committed r207351: <http://trac.webkit.org/changeset/207351>
All reviewed patches have been landed. Closing bug.