From d6fc87d425b8e4ce2dfc5b160fcd48170641688e Mon Sep 17 00:00:00 2001 From: Ansariel Date: Sun, 18 Feb 2018 18:04:13 +0100 Subject: [PATCH] Backed out changeset: 3ea0be55560b --- indra/cmake/Variables.cmake | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake index ff11c643bc..78180b03e5 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -12,10 +12,7 @@ # Switches set here and in 00-Common.cmake must agree with # https://bitbucket.org/lindenlab/viewer-build-variables/src/tip/variables # Reading $LL_BUILD is an attempt to directly use those switches. -# This causes CMP0054 warning -#if ("$ENV{LL_BUILD}" STREQUAL "") -if ($ENV{LL_BUILD} STREQUAL "") -# +if ("$ENV{LL_BUILD}" STREQUAL "") message(FATAL_ERROR "Environment variable LL_BUILD must be set") endif ()