mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
cmake: harmonise argument to foreach/endforeach
Fixes a warning introduced in 40d91b7e77efe3a790331acdb7cc49e0fc5f3a98.
This commit is contained in:
parent
40d91b7e77
commit
8f3a0dcc8b
@ -91,7 +91,7 @@ FOREACH(TESTTYPE test serial_test)
|
|||||||
COMMAND cd tests && ${TEST_ROOT_DIR}/bin/fish interactive.fish
|
COMMAND cd tests && ${TEST_ROOT_DIR}/bin/fish interactive.fish
|
||||||
DEPENDS test_prep
|
DEPENDS test_prep
|
||||||
USES_TERMINAL)
|
USES_TERMINAL)
|
||||||
ENDFOREACH(testtype)
|
ENDFOREACH(TESTTYPE)
|
||||||
|
|
||||||
# Now add a dependency chain between the serial versions.
|
# Now add a dependency chain between the serial versions.
|
||||||
# This ensures they run in order.
|
# This ensures they run in order.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user