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

Fixing the typo by now copy-pasting the cache variable name from GitLab...

parent 8c48d089
Branches
Tags
1 merge request!1CMake Build Configuration Updates, master branch (2020.03.12.)
...@@ -42,13 +42,13 @@ dependencies:slc6-standalone: ...@@ -42,13 +42,13 @@ dependencies:slc6-standalone:
<<: *dependencies_template <<: *dependencies_template
image: cern/slc6-base:latest image: cern/slc6-base:latest
variables: variables:
CMAKE_EXTRA_FLAGS: -DGEOMODEL_USE_BUILTIN_EIGEN=TRUE CMAKE_EXTRA_FLAGS: -DGEOMODEL_USE_BUILTIN_EIGEN3=TRUE
dependencies:centos7-standalone: dependencies:centos7-standalone:
<<: *dependencies_template <<: *dependencies_template
image: cern/cc7-base:latest image: cern/cc7-base:latest
variables: variables:
CMAKE_EXTRA_FLAGS: -DGEOMODEL_USE_BUILTIN_EIGEN=TRUE CMAKE_EXTRA_FLAGS: -DGEOMODEL_USE_BUILTIN_EIGEN3=TRUE
# Build this project. # Build this project.
.build_template: &build_template .build_template: &build_template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment