Skip to content

Commit

Permalink
Don't require unused ROOT components
Browse files Browse the repository at this point in the history
  • Loading branch information
guitargeek committed Dec 18, 2024
1 parent 62005b0 commit 3d5667e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ option( INSTALL_PYTHON "Install the Python library and scripts" TRUE )
# make -j4

list(APPEND CMAKE_PREFIX_PATH $ENV{ROOTSYS})
find_package( ROOT REQUIRED COMPONENTS Core MathMore RooFitCore RooFit RooStats Minuit HistFactory RooFitHS3)
find_package(ROOT REQUIRED COMPONENTS MathMore RooFitCore RooFit RooStats HistFactory)
find_package(Eigen3 REQUIRED)
find_package(Vdt)
find_package(LCG QUIET) # only used for FindBoost in StatAnalysis
Expand Down

0 comments on commit 3d5667e

Please sign in to comment.