summaryrefslogtreecommitdiff
path: root/indra/cmake/Prebuilt.cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-09-23 16:28:34 -0400
committerOz Linden <oz@lindenlab.com>2014-09-23 16:28:34 -0400
commitf9399c80caa656998020a122f617d6c26942cc53 (patch)
treea87afbf0ed7ad34b39af1677f9289b79ed1b6f5a /indra/cmake/Prebuilt.cmake
parent0218803b232296121016e0ee37b3577d1725b9d8 (diff)
minimal hacks to autobuild.xml to allow configure to finish
Diffstat (limited to 'indra/cmake/Prebuilt.cmake')
-rwxr-xr-xindra/cmake/Prebuilt.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/cmake/Prebuilt.cmake b/indra/cmake/Prebuilt.cmake
index e548805148..5d82c9015e 100755
--- a/indra/cmake/Prebuilt.cmake
+++ b/indra/cmake/Prebuilt.cmake
@@ -33,13 +33,11 @@ macro (use_prebuilt_binary _binary)
if(DEBUG_PREBUILT)
message("cd ${CMAKE_SOURCE_DIR} && ${AUTOBUILD_EXECUTABLE} install
--install-dir=${AUTOBUILD_INSTALL_DIR}
- --skip-license-check
${_binary} ")
endif(DEBUG_PREBUILT)
execute_process(COMMAND "${AUTOBUILD_EXECUTABLE}"
install
--install-dir=${AUTOBUILD_INSTALL_DIR}
- --skip-license-check
${_binary}
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
RESULT_VARIABLE ${_binary}_installed