From fd32a26c1bc5b70bac2886042c3b4f8900705d5d Mon Sep 17 00:00:00 2001 From: Kyle Ambroff Date: Sat, 6 Sep 2008 07:07:21 +0000 Subject: Exclude package target from 'make all' on Linux, to match Windows and OSX behavior. --- indra/newview/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'indra') diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 826538d8e2..b33061df94 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) -- cgit v1.2.3