- Downloads
Don't install conflicting header files
This fixes the problems that header files with the same name are installed in the same directory overwritting each other. The solution is not to generate a dictionary for the library and don't install the header files at all since without dictionary they are not needed at runtime at all. Related to #3582
parent
3697eea5
No related branches found
No related tags found
Showing
- analysis/common/analysis_tree_converter/steer/CMakeLists.txt 2 additions, 2 deletionsanalysis/common/analysis_tree_converter/steer/CMakeLists.txt
- analysis/common/analysis_tree_converter/steer/Run.cxx 1 addition, 1 deletionanalysis/common/analysis_tree_converter/steer/Run.cxx
- analysis/common/analysis_tree_converter/steer/Run.h 1 addition, 2 deletionsanalysis/common/analysis_tree_converter/steer/Run.h
- reco/offline/steer/CMakeLists.txt 2 additions, 2 deletionsreco/offline/steer/CMakeLists.txt
- reco/offline/steer/Run.cxx 1 addition, 1 deletionreco/offline/steer/Run.cxx
- reco/offline/steer/Run.h 1 addition, 1 deletionreco/offline/steer/Run.h
- sim/response/steer/CMakeLists.txt 2 additions, 2 deletionssim/response/steer/CMakeLists.txt
- sim/response/steer/Run.cxx 1 addition, 1 deletionsim/response/steer/Run.cxx
- sim/response/steer/Run.h 1 addition, 1 deletionsim/response/steer/Run.h
Please sign in to comment