Backed out changeset: 3ea0be55560b

master
Ansariel 2018-02-18 18:04:13 +01:00
parent 10ef44e77a
commit d6fc87d425
1 changed files with 1 additions and 4 deletions

View File

@ -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.
# <FS:Ansariel> This causes CMP0054 warning
#if ("$ENV{LL_BUILD}" STREQUAL "")
if ($ENV{LL_BUILD} STREQUAL "")
# </FS:Ansariel>
if ("$ENV{LL_BUILD}" STREQUAL "")
message(FATAL_ERROR "Environment variable LL_BUILD must be set")
endif ()