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:
parent
e526b2b940
commit
1f55332bb3
@ -18,7 +18,7 @@ if( ${_OPT}use_wxwidgets STREQUAL "system" )
|
||||
|
||||
# Specify all of the components we'll need since "html" and "qa" aren't
|
||||
# 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 )
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user