Skip to content
Snippets Groups Projects

Transition to Modern CMake (Remaining CMakeList.txt files)

Merged Omveer_Singh requested to merge om/cbmroot:cmake_ana_dev into master
6 files
+ 40
72
Compare changes
  • Side-by-side
  • Inline
Files
6
  • 58b26fd1
    !1006 commit modifications · 58b26fd1
    Omveer Singh authored
    MQ/monitor/CMakeLists.txt: Boost added as dependency
    algo/data/CMakeLists.txt: modified in Modern CMake
    algo/test/CMakeLists: modified in Modern CMake
    core/data/test/global/CMakeLists.txt: Unnecessary dependencies removed and added required dependencies
    core/data/test/psd/CMakeLists.txt: Unnecessary dependencies removed
    core/detectors/trd/CMakeLists.txt: TMVA dependency change to ROOT::TMVA
+ 2
0
@@ -31,6 +31,8 @@ set(PRIVATE_DEPS
CbmFlibMcbm2018
FairMQ::Tools
FairRoot::ParBase
Boost::serialization
Boost::program_options
ROOT::Gpad
ROOT::Hist
ROOT::RIO
Loading