mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 20:05:38 +00:00
build: avoid cmake warning (#6417)
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user