prusa3d/PrusaSlicer
cmake/modules/FindwxWidgets.cmake
:18
find_package(wxWidgets COMPONENTS core base ... OPTIONAL_COMPONENTS net ...)
find_package(wxWidgets COMPONENTS core base ... OPTIONAL_COMPONENTS net ...)
find_package(wxWidgets 3.1 REQUIRED COMPONENTS core base gl html)
find_package(wxWidgets 3.1 REQUIRED COMPONENTS core base gl html)
find_package( wxWidgets CONFIG COMPONENTS core base adv aui stc propgrid )
find_package (wxWidgets ${MIN_WX_VERSION} QUIET REQUIRED COMPONENTS ${${COMPONENT}})
FIND_PACKAGE( wxWidgets COMPONENTS base core adv net html xml aui qa )
find_package(wxWidgets COMPONENTS core base xrc xml html adv)
find_package( wxWidgets REQUIRED core base webview stc )
find_package(wxWidgets COMPONENTS qa aui richtext html propgrid adv net stc core xml base REQUIRED)
find_package(wxWidgets COMPONENTS gl core propgrid adv base REQUIRED)
FIND_PACKAGE(wxWidgets)
find_package(wxWidgets REQUIRED COMPONENTS core base adv propgrid aui)
find_package(wxWidgets 3.2 COMPONENTS core base REQUIRED CONFIG)
find_package( wxWidgets ${wxWidgets_REQ_VERSION} COMPONENTS gl aui adv html core net base propgrid xml stc richtext webview REQUIRED )
find_package(wxWidgets CONFIG REQUIRED)
find_package(wxWidgets 3.3 COMPONENTS core base REQUIRED CONFIG)
FIND_PACKAGE(wxWidgets REQUIRED)
find_package(
wxWidgets
COMPONENTS adv
aui
base
core
html
propgrid
xml
xrc
net
stc
ribbon
richtext
REQUIRED)
find_package(wxWidgets COMPONENTS mono)
find_package(wxWidgets COMPONENTS core base adv)
find_package(wxWidgets 3.3 COMPONENTS core base REQUIRED CONFIG)
find_package(wxWidgets COMPONENTS xrc xml html adv net core base gl ${wx_find_extra})
find_package(wxWidgets REQUIRED core base adv stc gl aui)
FIND_PACKAGE(wxWidgets COMPONENTS core base gl net REQUIRED)
find_package(wxWidgets 3.1.0 COMPONENTS core aui adv)
FIND_PACKAGE(wxWidgets 2.8 REQUIRED)
FIND_PACKAGE(wxWidgets)
find_package(wxWidgets COMPONENTS ${wxWidgets_MRPT_COMPONENTS_TO_SEARCH})
find_package(wxWidgets COMPONENTS core base adv)
find_package(wxWidgets REQUIRED)
find_package(wxWidgets)
find_package(wxWidgets REQUIRED COMPONENTS propgrid base core aui adv html net)
find_package(wxWidgets 3.1 REQUIRED COMPONENTS core base gl html)