[Webkit-unassigned] [Bug 105350] New: [CMake] Hide advanced variables from cmake GUIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 18 14:20:54 PST 2012


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

           Summary: [CMake] Hide advanced variables from cmake GUIs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.gombos at webkit.org


Build variables that are not meant to be configurable by packagers/maintainers (e.g. variable that hold a path for dependencies) should be marked with mark_as_advanced. In particular we should consider consistently follow the pattern below for FindXXX.cmake (see for example FindFontconfig.cmake).

    include(FindPackageHandleStandardArgs)
    FIND_PACKAGE_HANDLE_STANDARD_ARGS(...)
    mark_as_advanced(...)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list