Skip to content

Commit

Permalink
Update message template to current version
Browse files Browse the repository at this point in the history
  • Loading branch information
RyeMutt committed Jun 17, 2024
1 parent 61719ed commit 0308862
Show file tree
Hide file tree
Showing 8 changed files with 6,373 additions and 7,021 deletions.
4 changes: 2 additions & 2 deletions indra/cmake/Variables.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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://git.alchemyviewer.org/alchemy/master-message-template/-/raw/master/message_template.msg" CACHE STRING "Location of the master message template")
set(TEMPLATE_VERIFIER_MASTER_URL "https://github.com/AlchemyViewer/master-message-template/raw/master/message_template.msg" CACHE STRING "Location of the master message template")

# If someone has specified an address size, use that to determine the
# architecture. Otherwise, let the architecture specify the address size.
Expand Down Expand Up @@ -194,7 +194,7 @@ set(VERSION_BUILD "0" CACHE STRING "Revision number passed in from the outside")

set(USE_PRECOMPILED_HEADERS ON CACHE BOOL "Enable use of precompiled header directives where supported.")

set(VIEWER_UPDATE_SERVICE "https://git.alchemyviewer.org/api/v4/projects/198/packages/generic" CACHE STRING "Update service URL")
set(VIEWER_UPDATE_SERVICE "" CACHE STRING "Update service URL")

source_group("CMake Rules" FILES CMakeLists.txt)

Expand Down
5 changes: 0 additions & 5 deletions indra/newview/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1584,11 +1584,6 @@ source_group("CMake Rules" FILES ViewerInstall.cmake)
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/viewer_version.txt"
"${VIEWER_SHORT_VERSION}.${VIEWER_VERSION_REVISION}\n")

# if (WINDOWS)
# LIST(APPEND viewer_SOURCE_FILES alsquirrelupdater.cpp)
# LIST(APPEND viewer_HEADER_FILES alsquirrelupdater.h)
# endif (WINDOWS)

if (DARWIN)
LIST(APPEND viewer_SOURCE_FILES llappviewermacosx.cpp)
LIST(APPEND viewer_SOURCE_FILES llappviewermacosx-objc.mm)
Expand Down
Loading

0 comments on commit 0308862

Please # to comment.