diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-09-10 00:39:58 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:34:00 -0800 |
commit | 3923fe4b4c84a6ef12c44491a6eede7d94058748 (patch) | |
tree | 8a844277bd4b0897dc47ef344cb45edb9e91f9cd | |
parent | 4451c3f420d9458e817d22666642d5899283eeda (diff) |
remove unnecessary build file
-rw-r--r-- | indra/newview/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 6d9b0ab2dc..c804f5403c 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -30,7 +30,6 @@ include(LLKDU) include(LLPhysicsExtensions) include(LLPrimitive) include(LLWindow) -include(LLWebRTC) include(NDOF) include(NVAPI) include(OPENAL) |