aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/00-Common.cmake
diff options
context:
space:
mode:
authorRobin Cornelius2010-10-09 10:30:11 +0100
committerMcCabe Maxsted2010-10-09 02:37:13 -0700
commitd7a6cb400ed230630aff5f6145aaa10687a5b1e0 (patch)
tree8107997ecd23d6b911094e5a47d5a068319f3953 /linden/indra/cmake/00-Common.cmake
parentFix tab/space issues in viewer_manifest.py (diff)
downloadmeta-impy-d7a6cb400ed230630aff5f6145aaa10687a5b1e0.zip
meta-impy-d7a6cb400ed230630aff5f6145aaa10687a5b1e0.tar.gz
meta-impy-d7a6cb400ed230630aff5f6145aaa10687a5b1e0.tar.bz2
meta-impy-d7a6cb400ed230630aff5f6145aaa10687a5b1e0.tar.xz
Use all those cores for compile
Diffstat (limited to '')
-rw-r--r--linden/indra/cmake/00-Common.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/cmake/00-Common.cmake b/linden/indra/cmake/00-Common.cmake
index 3497ec9..032a3cf 100644
--- a/linden/indra/cmake/00-Common.cmake
+++ b/linden/indra/cmake/00-Common.cmake
@@ -55,6 +55,7 @@ if (WINDOWS)
55 /Zc:forScope 55 /Zc:forScope
56 /nologo 56 /nologo
57 /Oy- 57 /Oy-
58 /MP
58 ) 59 )
59 60
60 if(MSVC80 OR MSVC90) 61 if(MSVC80 OR MSVC90)