PROPERTY_MANAGER requires propgrid wx component
This commit is contained in:
parent
ba8b058c98
commit
c897273f11
|
@ -791,7 +791,7 @@ endif()
|
||||||
# See line 49 of CMakeModules/FindwxWidgets.cmake
|
# See line 49 of CMakeModules/FindwxWidgets.cmake
|
||||||
set( wxWidgets_CONFIG_OPTIONS ${wxWidgets_CONFIG_OPTIONS} --static=no )
|
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 macros.
|
||||||
include( ${wxWidgets_USE_FILE} )
|
include( ${wxWidgets_USE_FILE} )
|
||||||
|
|
Loading…
Reference in New Issue