diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-03-08 10:46:16 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-03-08 10:46:16 -0500 |
commit | 8a3f537cf8967cf28482f321b00a03949773d8f5 (patch) | |
tree | 8ef816eb869dd314b4111f0a98e09d770290bbd1 /indra/cmake | |
parent | 7f46c285263acd65587884a6704f07fb7f391e92 (diff) |
Emit a CMake message when running autobuild install.
This helps to explain the lengthy delay when running autobuild configure in a
new developer work area.
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/Prebuilt.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/Prebuilt.cmake b/indra/cmake/Prebuilt.cmake index 634cc15c21..a8c702bfef 100644 --- a/indra/cmake/Prebuilt.cmake +++ b/indra/cmake/Prebuilt.cmake @@ -40,6 +40,7 @@ macro (use_prebuilt_binary _binary) --install-dir=${AUTOBUILD_INSTALL_DIR} ${_binary} ") endif(DEBUG_PREBUILT) + message(STATUS "Installing ${_binary}...") execute_process(COMMAND "${AUTOBUILD_EXECUTABLE}" install --install-dir=${AUTOBUILD_INSTALL_DIR} |