diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2022-12-07 10:47:14 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2022-12-07 10:47:14 -0500 |
commit | 6ef3df54b3ff0dcfed3000819209a7633e53a32b (patch) | |
tree | 73ed71440562d1b272672793b7bb0727001bd5d0 /indra/cmake/Variables.cmake | |
parent | 590e158cf36b6e6fca07f54837db084fe8a163c6 (diff) | |
parent | 59b826e66e658d9d9a4f19dcabdccbc79ec3590c (diff) |
SL-18330: Merge 'contribute' of secondlife/viewer into sl-18330
Diffstat (limited to 'indra/cmake/Variables.cmake')
-rw-r--r-- | indra/cmake/Variables.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake index e72475cbc4..c392b5e5a2 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -60,7 +60,7 @@ if (EXISTS ${CMAKE_SOURCE_DIR}/Server.cmake) set(INSTALL_PROPRIETARY ON CACHE BOOL "Install proprietary binaries") endif (EXISTS ${CMAKE_SOURCE_DIR}/Server.cmake) set(TEMPLATE_VERIFIER_OPTIONS "" CACHE STRING "Options for scripts/template_verifier.py") -set(TEMPLATE_VERIFIER_MASTER_URL "https://bitbucket.org/lindenlab/master-message-template-git/raw/master/message_template.msg" CACHE STRING "Location of the master message template") +set(TEMPLATE_VERIFIER_MASTER_URL "https://github.com/secondlife/master-message-template/raw/master/message_template.msg" CACHE STRING "Location of the master message template") if (NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING |