Skip to content
Snippets Groups Projects
Commit f8556867 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Do not create GNUMake and pkg-config fragments in InstallArea

parent 3a7e3b9c
No related branches found
No related tags found
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