summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2012-08-08 11:28:19 -0700
committerAura Linden <aura@lindenlab.com>2012-08-08 11:28:19 -0700
commit3e9c9993e3547acd8a9840ecce547066df0ccc34 (patch)
treeb4f625dee176688c3e58b918ed1030a4236c62b5 /indra/cmake
parent3971f3646de407839f4cd48f378a5fcbda564612 (diff)
More optional config for 10.5 builds
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/Variables.cmake6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake
index df9755c0ec..c117873d4c 100644
--- a/indra/cmake/Variables.cmake
+++ b/indra/cmake/Variables.cmake
@@ -145,8 +145,10 @@ set(VIEWER ON CACHE BOOL "Build Second Life viewer.")
set(VIEWER_CHANNEL "LindenDeveloper" CACHE STRING "Viewer Channel Name")
set(VIEWER_LOGIN_CHANNEL ${VIEWER_CHANNEL} CACHE STRING "Fake login channel for A/B Testing")
-set(ENABLE_SIGNING OFF CACHE BOOL "Enable signing the viewer")
-set(SIGNING_IDENTITY "" CACHE STRING "Specifies the signing identity to use, if necessary.")
+if (XCODE_VERSION GREATER 4.2)
+ set(ENABLE_SIGNING OFF CACHE BOOL "Enable signing the viewer")
+ set(SIGNING_IDENTITY "" CACHE STRING "Specifies the signing identity to use, if necessary.")
+endif (XCODE_VERSION GREATER 4.2)
set(VERSION_BUILD "0" CACHE STRING "Revision number passed in from the outside")
set(STANDALONE OFF CACHE BOOL "Do not use Linden-supplied prebuilt libraries.")