From fd32a26c1bc5b70bac2886042c3b4f8900705d5d Mon Sep 17 00:00:00 2001
From: Kyle Ambroff <ambroff@lindenlab.com>
Date: Sat, 6 Sep 2008 07:07:21 +0000
Subject: [PATCH] Exclude package target from 'make all' on Linux, to match
 Windows and OSX behavior.

---
 indra/newview/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 826538d8e21..b33061df946 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1428,6 +1428,7 @@ if (LINUX)
 
   add_custom_target(package ALL DEPENDS ${product}.tar.bz2)
   add_dependencies(package linux-crash-logger-stripped)
+  set_target_properties(package PROPERTIES EXCLUDE_FROM_DEFAULT_BUILD ON)
 endif (LINUX)
 
 if (DARWIN)
-- 
GitLab