diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2014-12-19 16:47:06 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2014-12-19 16:47:06 -0500 |
commit | f6abe4a2283e8c6b37ade3a9621d210a298f8d66 (patch) | |
tree | 68def1a07a44d2842821960400b296ecb642ab99 /indra | |
parent | 35d141967a1ce42f8f22fda8423d893e2e2ed78a (diff) | |
parent | 77edde175240b91f9deb85cfc365c27d04dcc3ce (diff) |
Merge backout of forcing DEBUG_PREBUILT setting.
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/cmake/Prebuilt.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/cmake/Prebuilt.cmake b/indra/cmake/Prebuilt.cmake index e54a12c240..98013da2f2 100755 --- a/indra/cmake/Prebuilt.cmake +++ b/indra/cmake/Prebuilt.cmake @@ -16,13 +16,6 @@ if ("${CMAKE_SOURCE_DIR}/../autobuild.xml" IS_NEWER_THAN "${PREBUILD_TRACKING_DI file(WRITE ${PREBUILD_TRACKING_DIR}/sentinel_installed "0") endif ("${CMAKE_SOURCE_DIR}/../autobuild.xml" IS_NEWER_THAN "${PREBUILD_TRACKING_DIR}/sentinel_installed") -# <HACK> to debug use_prebuilt_binary failures on TC host -IF (NOT DEFINED DEBUG_PREBUILT) - set(DEBUG_PREBUILT ON) - message(STATUS "AUTOBUILD = '$ENV{AUTOBUILD}'") -ENDIF (NOT DEFINED DEBUG_PREBUILT) -# </HACK> - # The use_prebuilt_binary macro handles automated installation of package # dependencies using autobuild. The goal is that 'autobuild install' should # only be run when we know we need to install a new package. This should be |