WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
105350
[CMake] Hide advanced variables from cmake GUIs
https://bugs.webkit.org/show_bug.cgi?id=105350
Summary
[CMake] Hide advanced variables from cmake GUIs
Laszlo Gombos
Reported
2012-12-18 14:23:11 PST
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(...)
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug