From 0e8a287aa59bca66d91be8cd0553b98223d190f6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 11 Dec 2022 18:09:12 -0500 Subject: [PATCH] Fix generate_auto_job message to not reference ./configure --- build-scripts/prebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-scripts/prebuild b/build-scripts/prebuild index e6ee197c..44b59949 100755 --- a/build-scripts/prebuild +++ b/build-scripts/prebuild @@ -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. ******************************