diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-07-18 22:31:32 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-07-18 22:31:32 +0800 |
commit | b7bfae99119ae9c3531e88d000eac92572ecf646 (patch) | |
tree | 0c0cd3cc317b8ceb555c1138163ceaddb97cd846 /indra/llwebrtc | |
parent | 19f6c35751d93d7e65c08e5bcabaea01e93b7fe0 (diff) |
Revert "LL_WEBRTC for marking WebRTC supporting platforms"
This reverts commit a8dfeed4632aad0233ff08d1efd950b620fd1be7.
Diffstat (limited to 'indra/llwebrtc')
-rw-r--r-- | indra/llwebrtc/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llwebrtc/CMakeLists.txt b/indra/llwebrtc/CMakeLists.txt index e6493e044d..a64a3e4dac 100644 --- a/indra/llwebrtc/CMakeLists.txt +++ b/indra/llwebrtc/CMakeLists.txt @@ -28,7 +28,6 @@ list(APPEND llwebrtc_SOURCE_FILES ${llwebrtc_HEADER_FILES}) add_library (llwebrtc SHARED ${llwebrtc_SOURCE_FILES}) -target_compile_definitions(ll::webrtc INTERFACE LL_WEBRTC=1) #set_target_properties(llwebrtc PROPERTIES PUBLIC_HEADER llwebrtc.h) if (WINDOWS) |