Fix generate_auto_job message to not reference ./configure

This commit is contained in:
Jay Berkenbilt 2022-12-11 18:09:12 -05:00
parent bbd057b231
commit 0e8a287aa5
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ if ! ./generate_auto_job --check; then
An input or output file of generate_auto_job was modified without
rerunning ./generate_auto_job. If you are seeing this in your pull
request, you should pass --enable-maintainer-mode to ./configure if
possible, or if not, run "./generate_auto_job --generate" and include
any changed files in your commit.
request, you should pass -DMAINTAINER_MODE=1 to cmake if possible, or
if not, run "./generate_auto_job --generate" and include any changed
files in your commit.
******************************