summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2026-09-04 21:43:51 +0800
committerErik Kundiman <erik@megapahit.org>2026-09-04 21:43:51 +0800
commit93395210a920aa2b88c7605ce5635746362bcb6d (patch)
tree4bbbf7805cafe85ae8d35281764cd8dcd42ec6b9
parent6dae008604bb902e5d21c2fb83dd26b2f30c074e (diff)
Don't cache CPack package version
-rw-r--r--indra/newview/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index cc8e3ddea3..c68ba0001c 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1786,8 +1786,7 @@ set(PACKAGE ON CACHE BOOL
if (PACKAGE)
set(CPACK_PACKAGE_NAME ${VIEWER_BINARY_NAME}
CACHE STRING "Viewer binary name.")
- set(CPACK_PACKAGE_VERSION ${VIEWER_VERSION_MAJOR}.${VIEWER_VERSION_MINOR}.${VIEWER_VERSION_PATCH}.${VIEWER_VERSION_REVISION}
- CACHE STRING "Viewer major.minor.patch.revision versions.")
+ set(CPACK_PACKAGE_VERSION ${VIEWER_VERSION_MAJOR}.${VIEWER_VERSION_MINOR}.${VIEWER_VERSION_PATCH}.${VIEWER_VERSION_REVISION})
set(VIEWER_PACKAGE_COMMENT "A fork of the Second Life viewer")
set(VIEWER_PACKAGE_DESCRIPTION "An entrance to virtual empires in only megabytes. A shelter for the metaverse refugees, especially those from less supported operating systems.")
string(TOLOWER ${VIEWER_BINARY_NAME} DOMAIN_NAME)