Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gaudi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Gaudi
Gaudi
Commits
ed54ed9e
Commit
ed54ed9e
authored
13 years ago
by
Marco Clemencic
Browse files
Options
Downloads
Patches
Plain Diff
Changed LCG Configuration.cmake to always set _home variables.
Note that LCG_PREFIX_PATH is cached so it will not be recomputed.
parent
bf9b3402
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/LCG_60b/Configuration.cmake
+5
-1
5 additions, 1 deletion
cmake/LCG_60b/Configuration.cmake
with
5 additions
and
1 deletion
cmake/LCG_60b/Configuration.cmake
+
5
−
1
View file @
ed54ed9e
...
...
@@ -178,6 +178,11 @@ set(QMtest_native_version ${QMtest_config_version}_python${Python_config_version
#===============================================================================
# Construct the actual PREFIX and INCLUDE PATHs
#===============================================================================
# Define the _home variables (not cached)
foreach
(
name
${
LCG_externals
}
)
set
(
${
name
}
_home
${
LCG_external
}
/
${${
name
}
_directory_name
}
/
${${
name
}
_native_version
}
/
${
LCG_system
}
)
endforeach
()
if
(
NOT DEFINED LCG_PREFIX_PATH
)
foreach
(
name
${
LCG_projects
}
)
list
(
APPEND LCG_PREFIX_PATH
${${
name
}
_home
}
)
...
...
@@ -187,7 +192,6 @@ if(NOT DEFINED LCG_PREFIX_PATH)
endforeach
()
# Add the LCG externals dirs to the search paths.
foreach
(
name
${
LCG_externals
}
)
set
(
${
name
}
_home
${
LCG_external
}
/
${${
name
}
_directory_name
}
/
${${
name
}
_native_version
}
/
${
LCG_system
}
)
list
(
APPEND LCG_PREFIX_PATH
${${
name
}
_home
}
)
endforeach
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment