diff options
author | Oz Linden <oz@lindenlab.com> | 2016-02-04 23:32:42 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-02-04 23:32:42 -0500 |
commit | b46627ffc4f9dd72d252121768da8cd91f185f63 (patch) | |
tree | b0855270b0d7b469c3200abee4476e2349d309fd /indra/cmake | |
parent | bc22e587439a2822e5228508e7a4a1e2ec0121c5 (diff) |
add build configuration to the About box if it is not Release
remove some superfluous other information from About
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/BuildVersion.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/BuildVersion.cmake b/indra/cmake/BuildVersion.cmake index e618a988b8..389ded1d98 100644 --- a/indra/cmake/BuildVersion.cmake +++ b/indra/cmake/BuildVersion.cmake @@ -53,5 +53,6 @@ if (NOT DEFINED VIEWER_SHORT_VERSION) # will be true in indra/, false in indra/n "LL_VIEWER_VERSION_MINOR=${VIEWER_VERSION_MINOR}" "LL_VIEWER_VERSION_PATCH=${VIEWER_VERSION_PATCH}" "LL_VIEWER_VERSION_BUILD=${VIEWER_VERSION_REVISION}" + "LLBUILD_CONFIG=\"${CMAKE_BUILD_TYPE}\"" ) endif (NOT DEFINED VIEWER_SHORT_VERSION) |