Skip to content
Snippets Groups Projects
Commit f6abe4a2 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Merge backout of forcing DEBUG_PREBUILT setting.

parents 35d14196 77edde17
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment