summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-12-02 10:59:06 -0500
committerOz Linden <oz@lindenlab.com>2016-12-02 10:59:06 -0500
commit3a8aa2d13d4d362847ce2ec16376907e7f562500 (patch)
treef13819028d6148ca58b84375d9499ecc12804aae /indra
parent8a461c00f4eb64027e4d81c081d6b7aa6d680d6e (diff)
add viewer channel and version to the beginning of the About box Licenses information
Diffstat (limited to 'indra')
-rw-r--r--indra/cmake/BuildPackagesInfo.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/BuildPackagesInfo.cmake b/indra/cmake/BuildPackagesInfo.cmake
index 0f574ee39a..4e9baa61fe 100644
--- a/indra/cmake/BuildPackagesInfo.cmake
+++ b/indra/cmake/BuildPackagesInfo.cmake
@@ -6,5 +6,5 @@ add_custom_command(OUTPUT packages-info.txt
COMMENT Generating packages-info.txt for the about box
MAIN_DEPENDENCY ${CMAKE_SOURCE_DIR}/../autobuild.xml
DEPENDS ${CMAKE_SOURCE_DIR}/../scripts/packages-formatter.py
- COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/../scripts/packages-formatter.py > packages-info.txt
+ COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/../scripts/packages-formatter.py "${VIEWER_CHANNEL}" "${VIEWER_SHORT_VERSION}.${VIEWER_VERSION_REVISION}" > packages-info.txt
)