From 64cf46ff9333571d68e7984451241b002b9750bb Mon Sep 17 00:00:00 2001 From: rgrosso Date: Wed, 9 Oct 2013 12:52:19 +0000 Subject: [PATCH] Reordering --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cbcc9b37f31..7245fc2d198 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,12 +15,12 @@ cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR) project(AliRoot CXX C Fortran) # Environment variables -set(ALICE_ROOT $ENV{ALICE_ROOT}) +set(ALICE $ENV{ALICE}) if(NOT ALICE) message(WARNING "Environment variable ALICE is not set") endif(NOT ALICE) -set(ALICE $ENV{ALICE}) +set(ALICE_ROOT $ENV{ALICE_ROOT}) if(NOT ALICE_ROOT) message(FATAL_ERROR "Please set ALICE_ROOT to the AliRoot source directory") endif(NOT ALICE_ROOT) -- 2.43.0