Skip to content

Commit

Permalink
[coap] Disable proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Sep 9, 2024
1 parent 33d3a71 commit 2f347fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/libremidi
2 changes: 2 additions & 0 deletions cmake/deps/coap.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ if(NOT TARGET libcoap::coap-3)
set(ENABLE_OSCORE OFF CACHE INTERNAL "")
set(ENABLE_SERVER_MODE OFF)
set(ENABLE_SERVER_MODE OFF CACHE INTERNAL "")
set(ENABLE_PROXY_CODE OFF)
set(ENABLE_PROXY_CODE OFF CACHE INTERNAL "")
set(MAX_LOGGING_LEVEL "0")
set(MAX_LOGGING_LEVEL "0" CACHE INTERNAL "")
FetchContent_MakeAvailable(libcoap)
Expand Down

0 comments on commit 2f347fa

Please sign in to comment.