Add wxUSE_MENUBAR to CMake too

For now there is no dependency on wxUSE_MENUS when using CMake.
This commit is contained in:
Vadim Zeitlin
2020-06-29 22:23:10 +02:00
parent 62c168ac21
commit ff24484952
2 changed files with 3 additions and 2 deletions

View File

@@ -377,7 +377,8 @@ wx_option(wxUSE_WIZARDDLG "use wxWizard")
# misc GUI options
# ---------------------------------------------------------------------------
wx_option(wxUSE_MENUS "use wxMenu/wxMenuBar/wxMenuItem classes")
wx_option(wxUSE_MENUS "use wxMenu and wxMenuItem classes")
wx_option(wxUSE_MENUBAR "use wxMenuBar class")
wx_option(wxUSE_MINIFRAME "use wxMiniFrame class")
wx_option(wxUSE_TOOLTIPS "use wxToolTip class")
wx_option(wxUSE_SPLINES "use spline drawing code")