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

Updated the atlasexternals build script to explicitly ask for the external

project to build against LCG_87.


Former-commit-id: 7dd0f3f3
parent 88947c6d
No related branches found
No related tags found
Loading
...@@ -86,7 +86,7 @@ fi ...@@ -86,7 +86,7 @@ fi
error_stamp=`mktemp .tmp.error.XXXXX` ; rm -f $error_stamp error_stamp=`mktemp .tmp.error.XXXXX` ; rm -f $error_stamp
{ {
cmake -DCMAKE_BUILD_TYPE:STRING=${BUILDTYPE} -DCTEST_USE_LAUNCHERS:BOOL=TRUE \ cmake -DCMAKE_BUILD_TYPE:STRING=${BUILDTYPE} -DCTEST_USE_LAUNCHERS:BOOL=TRUE \
${EXTRACONF} \ -DLCG_VERSION_NUMBER:STRING=87 ${EXTRACONF} \
${SOURCEDIR}/Projects/${PROJECT}/ || touch $error_stamp ${SOURCEDIR}/Projects/${PROJECT}/ || touch $error_stamp
} 2>&1 | tee cmake_config.log } 2>&1 | tee cmake_config.log
test -f $error_stamp && ((ERROR_COUNT++)) test -f $error_stamp && ((ERROR_COUNT++))
......
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