mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
build: avoid cmake warning (#6417)
This commit is contained in:
parent
a1c928e70c
commit
8de53157b6
@ -39,7 +39,7 @@ if(TIMEOUT)
|
|||||||
set(timeout_args TIMEOUT ${timeout})
|
set(timeout_args TIMEOUT ${timeout})
|
||||||
set(timeout_msg "${timeout} seconds")
|
set(timeout_msg "${timeout} seconds")
|
||||||
else()
|
else()
|
||||||
set(timeout_args "# no TIMEOUT")
|
set(timeout_args "")
|
||||||
set(timeout_msg "none")
|
set(timeout_msg "none")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user