Commit 0e8a287aa59bca66d91be8cd0553b98223d190f6
1 parent
bbd057b2
Fix generate_auto_job message to not reference ./configure
Showing
1 changed file
with
3 additions
and
3 deletions
build-scripts/prebuild
| @@ -8,9 +8,9 @@ if ! ./generate_auto_job --check; then | @@ -8,9 +8,9 @@ if ! ./generate_auto_job --check; then | ||
| 8 | 8 | ||
| 9 | An input or output file of generate_auto_job was modified without | 9 | An input or output file of generate_auto_job was modified without |
| 10 | rerunning ./generate_auto_job. If you are seeing this in your pull | 10 | rerunning ./generate_auto_job. If you are seeing this in your pull |
| 11 | -request, you should pass --enable-maintainer-mode to ./configure if | ||
| 12 | -possible, or if not, run "./generate_auto_job --generate" and include | ||
| 13 | -any changed files in your commit. | 11 | +request, you should pass -DMAINTAINER_MODE=1 to cmake if possible, or |
| 12 | +if not, run "./generate_auto_job --generate" and include any changed | ||
| 13 | +files in your commit. | ||
| 14 | 14 | ||
| 15 | ****************************** | 15 | ****************************** |
| 16 | 16 |