Skip to content

Commit a567d9e

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 0633fd7 commit a567d9e

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
@@ -452,8 +452,8 @@ ROOT_STANDARD_LIBRARY_PACKAGE(RooFitCore
452452
DICTIONARY_OPTIONS
453453
"-writeEmptyRootPCM"
454454
LIBRARIES
455-
RooBatchCompute
456455
DEPENDENCIES
456+
RooBatchCompute
457457
Core
458458
Hist
459459
Graf

0 commit comments

Comments
 (0)