aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/00-Common.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/cmake/00-Common.cmake')
-rw-r--r--linden/indra/cmake/00-Common.cmake10
1 files changed, 0 insertions, 10 deletions
diff --git a/linden/indra/cmake/00-Common.cmake b/linden/indra/cmake/00-Common.cmake
index 746a3bf..49fdb5b 100644
--- a/linden/indra/cmake/00-Common.cmake
+++ b/linden/indra/cmake/00-Common.cmake
@@ -3,17 +3,7 @@
3# Compilation options shared by all Second Life components. 3# Compilation options shared by all Second Life components.
4 4
5include(Variables) 5include(Variables)
6include(Prebuilt)
7 6
8# Download viewer artwork even when using standalone
9
10if (STANDALONE)
11 set(STANDALONE OFF)
12 use_prebuilt_binary(artwork)
13 set(STANDALONE ON)
14else (STANDALONE)
15 use_prebuilt_binary(artwork)
16endif (STANDALONE)
17 7
18# Portable compilation flags. 8# Portable compilation flags.
19 9