aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-04-01 03:22:56 +0200
committerGitHub <noreply@github.com>2017-04-01 03:22:56 +0200
commit8de53157b691dd4ce604a5be0e2d9c3b6014bfdb (patch)
treeed0160bddfeb96a6ca37610f564f2c5b61ac41a6
parenta1c928e70cd995426449ac6ec6df3b5a492580e5 (diff)
downloadrneovim-8de53157b691dd4ce604a5be0e2d9c3b6014bfdb.tar.gz
rneovim-8de53157b691dd4ce604a5be0e2d9c3b6014bfdb.tar.bz2
rneovim-8de53157b691dd4ce604a5be0e2d9c3b6014bfdb.zip
build: avoid cmake warning (#6417)
-rw-r--r--third-party/cmake/DownloadAndExtractFile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/cmake/DownloadAndExtractFile.cmake b/third-party/cmake/DownloadAndExtractFile.cmake
index 24e431b5e5..2fc6e0415f 100644
--- a/third-party/cmake/DownloadAndExtractFile.cmake
+++ b/third-party/cmake/DownloadAndExtractFile.cmake
@@ -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()