diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:25:27 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:25:27 -0800 |
commit | 4057d38e969b2a9d29d111ee3b238a562e82fd9a (patch) | |
tree | 693e2fa858e6f3b353bb506358d474e9b7efdbd0 /indra/llwebrtc/CMakeLists.txt | |
parent | 1e5e3f130a2651d0217c6e20b8971f9f6677ab81 (diff) |
coding cleanup
Diffstat (limited to 'indra/llwebrtc/CMakeLists.txt')
-rw-r--r-- | indra/llwebrtc/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llwebrtc/CMakeLists.txt b/indra/llwebrtc/CMakeLists.txt index f32d3dc580..29dc1df8d6 100644 --- a/indra/llwebrtc/CMakeLists.txt +++ b/indra/llwebrtc/CMakeLists.txt @@ -4,11 +4,6 @@ set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) - -if (WINDOWS) - set(CMAKE_GENERATOR_TOOLSET "CLangCL") -endif (WINDOWS) - include(00-Common) include(Linking) include(WebRTC) |