mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
cmake: It seems like always_rebuild needs to output something
This commit is contained in:
parent
5d2d44feed
commit
7c0cc2d2ab
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ add_definitions(-D_REENTRANT)
|
|||
# and then depend on it.
|
||||
add_custom_command(
|
||||
OUTPUT always_rebuild
|
||||
COMMAND true
|
||||
COMMAND echo
|
||||
)
|
||||
|
||||
add_custom_command(
|
||||
|
|
Loading…
Reference in a new issue