build: avoid cmake warning (#6417)

This commit is contained in:
Justin M. Keyes 2017-04-01 03:22:56 +02:00 committed by GitHub
parent a1c928e70c
commit 8de53157b6

View File

@ -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()