Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lcgcmake
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sft
lcgcmake
Merge requests
!450
Update CORAL and COOL to 3_3_1 in dev-base
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update CORAL and COOL to 3_3_1 in dev-base
SPI-1639_CORAL_COOL_331
into
master
Overview
5
Commits
1
Pipelines
1
Changes
1
Merged
Dmitri Konstantinov
requested to merge
SPI-1639_CORAL_COOL_331
into
master
4 years ago
Overview
5
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1aecefb8
1 commit,
4 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cmake/toolchain/heptools-dev-base.cmake
+
2
−
2
Options
@@ -95,8 +95,8 @@ endif()
# Application Area Projects
if
(
NOT
${
LCG_OS
}${
LCG_OSVERS
}
MATCHES fc|ubuntu|mac[0-9]+
)
LCG_AA_project
(
CORAL 3_
2_4
)
LCG_AA_project
(
COOL 3_
2_4
)
LCG_AA_project
(
CORAL 3_
3_1
)
LCG_AA_project
(
COOL 3_
3_1
)
endif
()
LCG_AA_project
(
RELAX root6
)
Loading