Skip to content

Commit

Permalink
make talcs::Remote disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
CrSjimo committed Aug 16, 2024
1 parent e766cb0 commit 20025c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ option(TALCS_DEVICE_ENABLE_SDL "Enable SDL in talcs::Device library" ON)
option(TALCS_DEVICE_ENABLE_ASIO "Enable ASIO in talcs::Device library" OFF)
option(TALCS_FORMAT "Build talcs::Format library" ON)
option(TALCS_MIDI "Build talcs::Midi library" ON)
option(TALCS_REMOTE "Build talcs::Remote library" ON)
option(TALCS_REMOTE "Build talcs::Remote library" OFF)
option(TALCS_JUCE_ADAPTER "Build talcs::JuceAdapter library" OFF)
option(TALCS_DSPX "Build talcs::Dspx library" OFF)

Expand Down

0 comments on commit 20025c1

Please sign in to comment.