aboutsummaryrefslogtreecommitdiff
path: root/third-party/cmake/GetBinaryDeps.cmake
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-07-22 20:50:30 +0200
committerGitHub <noreply@github.com>2019-07-22 20:50:30 +0200
commit4aabe4a0d58ca678fc4d33d6ece845c2eea0b781 (patch)
treea1f3d85795a2484d9ea89087cbf5e9e0c3477099 /third-party/cmake/GetBinaryDeps.cmake
parentd7274f24171aad228be4e13f523cde8c2a2fa7f5 (diff)
downloadrneovim-4aabe4a0d58ca678fc4d33d6ece845c2eea0b781.tar.gz
rneovim-4aabe4a0d58ca678fc4d33d6ece845c2eea0b781.tar.bz2
rneovim-4aabe4a0d58ca678fc4d33d6ece845c2eea0b781.zip
build: GetBinaryDeps: move include, fix doc (#10579)
Diffstat (limited to 'third-party/cmake/GetBinaryDeps.cmake')
-rw-r--r--third-party/cmake/GetBinaryDeps.cmake7
1 files changed, 4 insertions, 3 deletions
diff --git a/third-party/cmake/GetBinaryDeps.cmake b/third-party/cmake/GetBinaryDeps.cmake
index 1d98177924..f262ae7159 100644
--- a/third-party/cmake/GetBinaryDeps.cmake
+++ b/third-party/cmake/GetBinaryDeps.cmake
@@ -2,9 +2,10 @@
include(CMakeParseArguments)
# This is similar to the build recipes, but instead downloads a third party
-# binary and installs it under the the DEPS_PREFIX. The INSTALL_COMMAND is
-# executed in the folder where downloaded files are extracted and the
-# ${DEPS_INSTALL_DIR} holds the path to the third-party install root.
+# binary and installs it under the DEPS_PREFIX.
+# The INSTALL_COMMAND is executed in the folder where downloaded files are
+# extracted and the ${DEPS_INSTALL_DIR} holds the path to the third-party
+# install root.
function(GetBinaryDep)
cmake_parse_arguments(_gettool
"BUILD_IN_SOURCE"