PROPERTY_MANAGER requires propgrid wx component

This commit is contained in:
Tomasz Wlostowski 2020-06-05 00:23:17 +02:00
parent ba8b058c98
commit c897273f11
1 changed files with 1 additions and 1 deletions

View File

@ -791,7 +791,7 @@ endif()
# See line 49 of CMakeModules/FindwxWidgets.cmake
set( wxWidgets_CONFIG_OPTIONS ${wxWidgets_CONFIG_OPTIONS} --static=no )
find_package( wxWidgets ${wxWidgets_REQ_VERSION} COMPONENTS gl aui adv html core net base xml stc REQUIRED )
find_package( wxWidgets ${wxWidgets_REQ_VERSION} COMPONENTS gl aui adv html core net base propgrid xml stc REQUIRED )
# Include wxWidgets macros.
include( ${wxWidgets_USE_FILE} )