Browse Source

PROPERTY_MANAGER requires propgrid wx component

pull/16/head
Tomasz Wlostowski 6 years ago
parent
commit
c897273f11
  1. 2
      CMakeLists.txt

2
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} )

Loading…
Cancel
Save