mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-25 21:28:38 -05:00
fixed osx build issue
This commit is contained in:
parent
02b06ea270
commit
efec9d1460
@ -77,7 +77,7 @@ include_directories(${LIQUID_INCLUDES} ${FFTW_INCLUDES})
|
|||||||
SET(OTHER_LIBRARIES ${OTHER_LIBRARIES} ${LIQUID_LIBRARIES} ${FFTW_LIBRARIES})
|
SET(OTHER_LIBRARIES ${OTHER_LIBRARIES} ${LIQUID_LIBRARIES} ${FFTW_LIBRARIES})
|
||||||
#ENDIF()
|
#ENDIF()
|
||||||
|
|
||||||
find_package(wxWidgets COMPONENTS gl core base REQUIRED)
|
find_package(wxWidgets COMPONENTS gl core propgrid base REQUIRED)
|
||||||
set(wxWidgets_CONFIGURATION mswu)
|
set(wxWidgets_CONFIGURATION mswu)
|
||||||
include(${wxWidgets_USE_FILE})
|
include(${wxWidgets_USE_FILE})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user