Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Geant4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
LHCb
Geant4
Commits
f8556867
Commit
f8556867
authored
3 years ago
by
Marco Clemencic
Browse files
Options
Downloads
Patches
Plain Diff
Do not create GNUMake and pkg-config fragments in InstallArea
parent
3a7e3b9c
No related branches found
No related tags found
1 merge request
!87
Do not install GNU Make and pkg-config support files
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/Modules/G4CMakeMain.cmake
+4
-4
4 additions, 4 deletions
cmake/Modules/G4CMakeMain.cmake
with
4 additions
and
4 deletions
cmake/Modules/G4CMakeMain.cmake
+
4
−
4
View file @
f8556867
...
...
@@ -100,11 +100,11 @@ endif()
# - Generate any Use/Config/Support files here once everything else has
# been processed e.g. "UseGeant4.cmake", "Geant4Config.cmake", library
# dependencies etc.
# - Geant4Make.gmk
include
(
G4ConfigureGNUMakeHelpers
)
# - Geant4Make.gmk
(not needed in LHCb builds)
#
include(G4ConfigureGNUMakeHelpers)
# - Pkg-Config and geant4-config
include
(
G4ConfigurePkgConfigHelpers
)
# - Pkg-Config and geant4-config
(not needed in LHCb builds)
#
include(G4ConfigurePkgConfigHelpers)
# - Geant4Config.cmake et al
include
(
G4ConfigureCMakeHelpers
)
...
...
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