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 24, 2022
1 parent 20ef201 commit 6f4cb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ups/meas_extensions_simpleShape.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", "meas_base", "afw"],
"required": ["cpputils", "meas_base", "afw"],
"buildRequired": ["boost_test", "pybind11"],
"optional": [],
"buildOptional": [],
Expand Down

0 comments on commit 6f4cb03

Please sign in to comment.