1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 17:09:26 +02:00

Fix wx3.0 build

This commit is contained in:
Leland Lucius 2020-05-24 14:04:39 -05:00
parent e526b2b940
commit 1f55332bb3

View File

@ -18,7 +18,7 @@ if( ${_OPT}use_wxwidgets STREQUAL "system" )
# Specify all of the components we'll need since "html" and "qa" aren't # Specify all of the components we'll need since "html" and "qa" aren't
# included in the default list # included in the default list
find_package(wxWidgets REQUIRED COMPONENTS base core html net qa) find_package(wxWidgets REQUIRED COMPONENTS adv base core html net qa)
unset( BUILD_SHARED_LIBS ) unset( BUILD_SHARED_LIBS )
endif() endif()