mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07: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_msg "${timeout} seconds")
|
||||
else()
|
||||
set(timeout_args "# no TIMEOUT")
|
||||
set(timeout_args "")
|
||||
set(timeout_msg "none")
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user