Skip to content

Commit d7ca903

Browse files
marc-hbnashif
authored andcommitted
sanitycheck: replace cmake -H "not meant for public use" with -S
https://www.mail-archive.com/[email protected]/msg16769.html Signed-off-by: Marc Herbert <[email protected]>
1 parent b68d6a9 commit d7ca903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sanitycheck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ class MakeGenerator:
11171117
MAKE_RULE_TMPL_CMAKE = """\t@echo sanity_test_{phase} {goal} >&2
11181118
\tcmake \\
11191119
\t\t-G"{generator}"\\
1120-
\t\t-H{directory}\\
1120+
\t\t-S{directory}\\
11211121
\t\t-B{outdir}\\
11221122
\t\t-DEXTRA_CFLAGS="-Werror {cflags}"\\
11231123
\t\t-DEXTRA_AFLAGS=-Wa,--fatal-warnings\\

0 commit comments

Comments
 (0)