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

Fixed an embarrasing typo in the CI configuration.

parent f0f198c2
No related branches found
Tags
1 merge request!1CMake Build Configuration Updates, master branch (2020.03.12.)
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment