[Webkit-unassigned] [Bug 163451] [CMake] Private/unsupported build options should be marked as advanced

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 14 09:57:54 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=163451

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com

--- Comment #1 from Michael Catanzaro <mcatanzaro at igalia.com> ---
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 ()

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161014/0fab8177/attachment.html>


More information about the webkit-unassigned mailing list