From cf838b0aa3d793800a9b32bcf3cc34dd9c51cebc Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Sat, 24 Jul 2021 13:42:12 -0400
Subject: [PATCH] Fix windows build

---
 indra/newview/CMakeLists.txt | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 6abe2fcef57..91bf252a300 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -2002,10 +2002,6 @@ if (WINDOWS)
 
     add_dependencies(${VIEWER_BINARY_NAME} SLPlugin)
 
-    if (NOT USE_BUGSPLAT)
-        add_dependencies(${VIEWER_BINARY_NAME} windows-crash-logger)
-    endif (NOT USE_BUGSPLAT)
-
     # sets the 'working directory' for debugging from visual studio.
     # Condition for version can be moved to requirements once build agents will be updated (see TOOL-3865)
     if (NOT UNATTENDED)
-- 
GitLab