fixed osx build issue

This commit is contained in:
jocover 2015-11-09 20:02:52 +08:00
parent 02b06ea270
commit efec9d1460
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ include_directories(${LIQUID_INCLUDES} ${FFTW_INCLUDES})
SET(OTHER_LIBRARIES ${OTHER_LIBRARIES} ${LIQUID_LIBRARIES} ${FFTW_LIBRARIES})
#ENDIF()
find_package(wxWidgets COMPONENTS gl core base REQUIRED)
find_package(wxWidgets COMPONENTS gl core propgrid base REQUIRED)
set(wxWidgets_CONFIGURATION mswu)
include(${wxWidgets_USE_FILE})