Skip to content
Snippets Groups Projects
Commit f477db5a authored by Gloria Corti's avatar Gloria Corti
Browse files

Merge branch '5-recursive-symlink-in-installarea' into 'master'

Do not install GNU Make and pkg-config support files

Closes #5

See merge request !87
parents bee2835e f8556867
Branches
Tags
1 merge request!87Do not install GNU Make and pkg-config support files
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment