diff options
author | callum_linden <none@none> | 2012-07-25 16:42:37 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2012-07-25 16:42:37 -0700 |
commit | 78854c9baa4528943a0b399bca38b7f6dd446000 (patch) | |
tree | 136a9ec86f3be1f8e25b77cd2f04626e5e337f0e /indra/cmake | |
parent | 1154d5afde0730b541716587ca3c5b962dba1b8d (diff) |
Fix to build with code signing option (patch from STORM-1900)
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/Variables.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake index e9837a7bf1..df9755c0ec 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -145,6 +145,9 @@ 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.") + 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.") set(UNATTENDED OFF CACHE BOOL "Should be set to ON for building with VC Express editions.") |