mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-04 16:14:00 +01:00
Remove duplicate/misnamed CMake option
This commit is contained in:
@@ -1188,13 +1188,6 @@ if( CMAKE_SYSTEM_NAME MATCHES "Windows" )
|
||||
elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
||||
set( _EXE "Audacity" )
|
||||
|
||||
# Handle Audio Units option
|
||||
cmd_option(
|
||||
${_OPT}use_audiounits
|
||||
"Enable Audio Unit plug-in support"
|
||||
ON
|
||||
)
|
||||
|
||||
# Define Mac specific resources
|
||||
list( APPEND MAC_RESOURCES
|
||||
../mac/Resources/Audacity.icns
|
||||
|
||||
Reference in New Issue
Block a user