Skip to content

Commit

Permalink
Remove utils as a Doxygen dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed May 31, 2022
1 parent 5b9ee2b commit 438dcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ups/fgcmcal.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down

0 comments on commit 438dcc9

Please sign in to comment.