From c897273f11f60d7da380b5c92f0f7b134133a572 Mon Sep 17 00:00:00 2001 From: Tomasz Wlostowski Date: Fri, 5 Jun 2020 00:23:17 +0200 Subject: [PATCH] PROPERTY_MANAGER requires propgrid wx component --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 003568727e..f15daedf11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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} )