From 9d7ed5e349ef57eef869b119b6830fdd7e8ff5d5 Mon Sep 17 00:00:00 2001
From: Christian Goetze <cg@lindenlab.com>
Date: Thu, 12 Feb 2009 02:07:22 +0000
Subject: [PATCH] Fix linux-crash-logger dependency

---
 indra/CMakeLists.txt         | 2 +-
 indra/newview/CMakeLists.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt
index 429b8c81be5..153cc4d9aac 100644
--- a/indra/CMakeLists.txt
+++ b/indra/CMakeLists.txt
@@ -68,7 +68,7 @@ if (VIEWER)
 
   if (LINUX)
     add_subdirectory(${VIEWER_PREFIX}linux_crash_logger)
-    add_dependencies(viewer linux-crash-logger-stripped)
+    add_dependencies(viewer linux-crash-logger-strip-target)
   elseif (DARWIN)
     add_subdirectory(${VIEWER_PREFIX}mac_crash_logger)
     add_subdirectory(${VIEWER_PREFIX}mac_updater)
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 8de3ec0fc73..e532793a827 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1472,7 +1472,7 @@ if (LINUX)
 
   if (NOT INSTALL)
     add_custom_target(package ALL DEPENDS ${product}.tar.bz2)
-    add_dependencies(package linux-crash-logger-stripped)
+    add_dependencies(package linux-crash-logger-strip-target)
   endif (NOT INSTALL)
 endif (LINUX)
 
-- 
GitLab