From 91854c96738cce7229cb3c9b17712df5c6f70dd1 Mon Sep 17 00:00:00 2001 From: Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> Date: Thu, 12 Mar 2020 16:16:39 +0100 Subject: [PATCH] Fixing the typo by now copy-pasting the cache variable name from GitLab... --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0030756..80dd960 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: -DGEOMODEL_USE_BUILTIN_EIGEN=TRUE + CMAKE_EXTRA_FLAGS: -DGEOMODEL_USE_BUILTIN_EIGEN3=TRUE dependencies:centos7-standalone: <<: *dependencies_template image: cern/cc7-base:latest variables: - CMAKE_EXTRA_FLAGS: -DGEOMODEL_USE_BUILTIN_EIGEN=TRUE + CMAKE_EXTRA_FLAGS: -DGEOMODEL_USE_BUILTIN_EIGEN3=TRUE # Build this project. .build_template: &build_template -- GitLab