]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixed typo (Yuri)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 22 Oct 2011 15:12:08 +0000 (15:12 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 22 Oct 2011 15:12:08 +0000 (15:12 +0000)
CMakeLists.txt

index c8d7ae1fc45a1fadb4e4280c276989e23007ce0f..3c04ba651745928239778a2a3e0ea572e17b8dd6 100644 (file)
@@ -16,7 +16,7 @@ project(AliRoot CXX C Fortran)
 
 # Environment variables
 set(ALICE_ROOT $ENV{ALICE_ROOT})
-set(ALICE $ENV{ALICEVE/E})
+set(ALICE $ENV{ALICE})
 set(ALICE_INSTALL $ENV{ALICE_INSTALL})
 if(${ALICE_INSTALL} MATCHES ${CMAKE_BINARY_DIR})
   message(FATAL_ERROR "Install dir should be different from build dir")