From 3f0f39e103933cb9062ceb090c7de9568aa494b6 Mon Sep 17 00:00:00 2001 From: Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> Date: Thu, 12 Mar 2020 15:39:26 +0100 Subject: [PATCH] Fixed an embarrasing typo in the CI configuration. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 734a858..6c7949f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,13 +42,13 @@ dependencies:slc6-standalone: <<: *dependencies_template image: cern/slc6-base:latest variables: - CMAKE_EXTRA_FLAGS: -DCMAKE_USE_BUILTIN_EIGEN=TRUE + CMAKE_EXTRA_FLAGS: -DGEOMODEL_USE_BUILTIN_EIGEN=TRUE dependencies:centos7-standalone: <<: *dependencies_template image: cern/cc7-base:latest variables: - CMAKE_EXTRA_FLAGS: -DCMAKE_USE_BUILTIN_EIGEN=TRUE + CMAKE_EXTRA_FLAGS: -DGEOMODEL_USE_BUILTIN_EIGEN=TRUE # Build this project. .build_template: &build_template -- GitLab