mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 23:21:12 +02:00
Various fixes to CMake build
Mostly a result of not defining __WXMSW__, but the portmixer cmakelist wasn't looking for the right portaudio variables.
This commit is contained in:
@@ -29,7 +29,7 @@ if( ${_OPT}use_ffmpeg STREQUAL "off" )
|
||||
message( STATUS "Disabling '${name}' library" )
|
||||
else()
|
||||
# Let the Audacity target know that this library will be used.
|
||||
set( USE_${symbol} ON CACHE INTERNAL USE_${symbol} )
|
||||
set( USE_${symbol} ON CACHE INTERNAL "" )
|
||||
|
||||
# Only need to look up the package if we're linking to it
|
||||
set( isdyn YES )
|
||||
|
Reference in New Issue
Block a user