diff options
author | Rye Mutt <rye@lindenlab.com> | 2024-10-02 12:40:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 12:40:24 -0400 |
commit | a58619d475c444999f2b362bb260d9385e2814d5 (patch) | |
tree | b01cd97a61e27a6a4d3ebbbe41f16b59c534830d /indra/cmake/Prebuilt.cmake | |
parent | 83a4d86ecf741b5d97c6fd6cbc10d57eb4619699 (diff) | |
parent | 558ea362f017936e41f73a15513217ce865dcfdb (diff) |
Merge pull request #2761 from RyeMutt/cmake-fixes
Cmake configure speed up and MSVC redist copy fix
Diffstat (limited to 'indra/cmake/Prebuilt.cmake')
-rw-r--r-- | indra/cmake/Prebuilt.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/cmake/Prebuilt.cmake b/indra/cmake/Prebuilt.cmake index a8c702bfef..c040090ea3 100644 --- a/indra/cmake/Prebuilt.cmake +++ b/indra/cmake/Prebuilt.cmake @@ -43,6 +43,8 @@ macro (use_prebuilt_binary _binary) message(STATUS "Installing ${_binary}...") execute_process(COMMAND "${AUTOBUILD_EXECUTABLE}" install + -A${ADDRESS_SIZE} + --skip-source-environment --install-dir=${AUTOBUILD_INSTALL_DIR} ${_binary} WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}" |