From 438dcc975f4bc5e16abd430951278243b6f10fa3 Mon Sep 17 00:00:00 2001 From: Krzysztof Findeisen Date: Tue, 24 May 2022 17:45:55 -0500 Subject: [PATCH] Remove utils as a Doxygen dependency. --- ups/fgcmcal.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ups/fgcmcal.cfg b/ups/fgcmcal.cfg index 46e159d0..c1386f6f 100644 --- a/ups/fgcmcal.cfg +++ b/ups/fgcmcal.cfg @@ -8,7 +8,7 @@ import lsst.sconsUtils # Otherwise, the rules for which packages to list here are the same as those for # table files. dependencies = { - "required": ["utils", "ndarray"], + "required": ["cpputils", "ndarray"], "buildRequired": ["boost_test", "pybind11", "ndarray", "pex_exceptions"], "optional": [], "buildOptional": [],