You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,7 @@ It accepts the following named flags:
221
221
222
222
It gets the following named parameters that can have different values in front of them:
223
223
224
+
-`PREFIX`: the optional prefix that is used to define `${PREFIX}_project_options` and `${PREFIX}_project_warnings` targets when the function is used in a multi-project fashion.
224
225
-`DOXYGEN_THEME`: the name of the Doxygen theme to use. Supported themes:
# - PREFIX: the optional prefix to be prepended to the `project_options` and `project_warnings` targets when the function is used in a multi-project fashion.
44
45
# - WARNINGS_AS_ERRORS: Treat compiler warnings as errors
45
46
# - ENABLE_CPPCHECK: Enable static analysis with cppcheck
46
47
# - ENABLE_CLANG_TIDY: Enable static analysis with clang-tidy
"Multiple calls to `project_options` in the same `project` detected, but the argument `PREFIX` that is prepended to `project_options` and `project_warnings` is not set."
0 commit comments