Skip to content

Commit

Permalink
build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nfaltermann committed Nov 11, 2023
1 parent b65437c commit 0fdf436
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 @@ -101,7 +101,7 @@ message(STATUS "Creating Project")
project(CROWN CXX)
message(STATUS "Finding Packages")
# Find ROOT and print details
find_package(ROOT 6.26 REQUIRED COMPONENTS ROOTVecOps ROOTDataFrame RooFit GenVector)
find_package(ROOT 6.28 REQUIRED COMPONENTS ROOTVecOps ROOTDataFrame RooFit GenVector PyMVA)
# add OpenMP and MPI
find_package(OpenMP)
find_package(MPI)
Expand Down

0 comments on commit 0fdf436

Please sign in to comment.