diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2014-12-19 16:42:26 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2014-12-19 16:42:26 -0500 |
commit | 77edde175240b91f9deb85cfc365c27d04dcc3ce (patch) | |
tree | 0c0753a9908dd167684772f1f709e97d031aec5e /indra | |
parent | b9be170403d8ce5ca4f42e0a3114053bc92155bf (diff) |
Backed out changeset 4356b6a222c7: forcing DEBUG_PREBUILT output.
It appears that our trouble was due to a cygwin-style path in the AUTOBUILD
environment variable, and that changeset 0e0bd8b546ad fixed it.
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 |