aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps/cmake/BuildLibvterm.cmake
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-11-20 12:42:54 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-11-20 15:21:55 +0100
commit99b8a343e197cdec53f752e1cce01ae25eb45c12 (patch)
treeae47ed57521f90b9db20a77bb08f69c84603a375 /cmake.deps/cmake/BuildLibvterm.cmake
parent7a80e169c5b128e1aea961e888ca6e9c7b48dd27 (diff)
downloadrneovim-99b8a343e197cdec53f752e1cce01ae25eb45c12.tar.gz
rneovim-99b8a343e197cdec53f752e1cce01ae25eb45c12.tar.bz2
rneovim-99b8a343e197cdec53f752e1cce01ae25eb45c12.zip
fixup: quick update, squash later
Diffstat (limited to 'cmake.deps/cmake/BuildLibvterm.cmake')
-rw-r--r--cmake.deps/cmake/BuildLibvterm.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake.deps/cmake/BuildLibvterm.cmake b/cmake.deps/cmake/BuildLibvterm.cmake
index aaeabe88d5..63f5872cb2 100644
--- a/cmake.deps/cmake/BuildLibvterm.cmake
+++ b/cmake.deps/cmake/BuildLibvterm.cmake
@@ -1,10 +1,10 @@
ExternalProject_Add(libvterm
URL ${LIBVTERM_URL}
URL_HASH SHA256=${LIBVTERM_SHA256}
- DOWNLOAD_NO_PROGRESS TRUE
DOWNLOAD_DIR ${DEPS_DOWNLOAD_DIR}/libvterm
PATCH_COMMAND ${CMAKE_COMMAND} -E copy
${CMAKE_CURRENT_SOURCE_DIR}/cmake/LibvtermCMakeLists.txt
${DEPS_BUILD_DIR}/src/libvterm/CMakeLists.txt
CMAKE_ARGS ${DEPS_CMAKE_ARGS}
- CMAKE_CACHE_ARGS ${DEPS_CMAKE_CACHE_ARGS})
+ CMAKE_CACHE_ARGS ${DEPS_CMAKE_CACHE_ARGS}
+ ${EXTERNALPROJECT_OPTIONS})