Skip to content
Snippets Groups Projects
Commit 0b8caaba authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Merge branch 'LCG_88Update-1.0-20170512' into '1.0'

LCG_88 update, 1.0 branch (2017.05.12.)

See merge request !44
parents 6c2b96ee 53cee856
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ if( NOT LCG_RELEASE_BASE )
set( LCG_RELEASE_BASE $ENV{LCG_RELEASE_BASE} CACHE
PATH "Directory holding LCG releases" )
else()
set( LCG_RELEASE_BASE "/afs/cern.ch/sw/lcg/releases" CACHE
set( LCG_RELEASE_BASE "/cvmfs/sft.cern.ch/lcg/releases" CACHE
PATH "Directory holding LCG releases" )
endif()
endif()
......
......@@ -30,7 +30,7 @@ find_package( AtlasCMake REQUIRED )
# Set up which LCG version to use:
set( LCG_VERSION_POSTFIX "" )
set( LCG_VERSION_NUMBER 87 )
set( LCG_VERSION_NUMBER 88 )
find_package( LCG ${LCG_VERSION_NUMBER} REQUIRED EXACT )
# Set up CTest:
......
......@@ -30,7 +30,7 @@ find_package( AtlasCMake REQUIRED )
# Set up which LCG version to use:
set( LCG_VERSION_POSTFIX "" )
set( LCG_VERSION_NUMBER 87 )
set( LCG_VERSION_NUMBER 88 )
find_package( LCG ${LCG_VERSION_NUMBER} REQUIRED EXACT )
# Set up CTest:
......
......@@ -30,7 +30,7 @@ find_package( AtlasCMake REQUIRED )
# Set up which LCG version to use:
set( LCG_VERSION_POSTFIX "" )
set( LCG_VERSION_NUMBER 87 )
set( LCG_VERSION_NUMBER 88 )
find_package( LCG ${LCG_VERSION_NUMBER} REQUIRED EXACT )
# Set up CTest:
......
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