Skip to content

Commit d8d15cc

Browse files
committed
[RF] Make RooBatchCompute dependency public.
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.
1 parent 3996265 commit d8d15cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roofit/roofitcore/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,9 @@ ROOT_STANDARD_LIBRARY_PACKAGE(RooFitCore
478478
DICTIONARY_OPTIONS
479479
"-writeEmptyRootPCM"
480480
LIBRARIES
481-
RooBatchCompute
482481
RooFitCommon
483482
DEPENDENCIES
483+
RooBatchCompute
484484
Core
485485
Hist
486486
Graf

0 commit comments

Comments
 (0)