Skip to content

Commit

Permalink
Only build mod-cloud-audiocom when asked
Browse files Browse the repository at this point in the history
Resolves: audacity#6258
  • Loading branch information
crsib committed Apr 11, 2024
1 parent c1e340c commit a64a0ce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions modules/sharing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

# The list of modules is ordered so that each module occurs after any others
# that it depends on
set( MODULES
mod-cloud-audiocom
)
if ( ${_OPT}has_audiocom_upload)
list( APPEND MODULES
mod-cloud-audiocom
)
endif()

audacity_module_subdirectory("${MODULES}")

0 comments on commit a64a0ce

Please sign in to comment.