Skip to content

Commit

Permalink
[RF] Make RooBatchCompute dependency public.
Browse files Browse the repository at this point in the history
RooFitCore + its dependencies use headers from RooBatchCompute. The
dependency was private before, but now that include directories are
not anymore cheated into every target, the dependency had to be made
public.
  • Loading branch information
hageboeck committed Jul 22, 2021
1 parent 3fca9a6 commit 4379a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roofit/roofitcore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ ROOT_STANDARD_LIBRARY_PACKAGE(RooFitCore
DICTIONARY_OPTIONS
"-writeEmptyRootPCM"
LIBRARIES
RooBatchCompute
DEPENDENCIES
RooBatchCompute
Core
Hist
Graf
Expand Down

0 comments on commit 4379a7c

Please sign in to comment.