aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjixiuf <jixiuf@qq.com>2022-08-27 17:51:34 +0800
committerjixiuf <jixiuf@qq.com>2022-08-27 21:48:23 +0800
commit679b43f292db1bdc6630ec8d62d46201408dce66 (patch)
treefb6428cd0167df7437e320152607f19dd67dd681
parent0091bb026637cd6fa6035052d7449df204e53044 (diff)
use mirror https://github.com/Sbozzolo/libvterm-mirror.git v0.2
and use the commitid of tag v0.2
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e766884..e0c0851 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,8 +63,8 @@ else()
endif()
ExternalProject_add(libvterm
- GIT_REPOSITORY https://github.com/neovim/libvterm.git
- GIT_TAG 54c03b21f763fa775a4c0643a9d8326342873179
+ GIT_REPOSITORY https://github.com/Sbozzolo/libvterm-mirror.git
+ GIT_TAG 15133bba2c0bce32baabbf91610a2450495fea02
CONFIGURE_COMMAND ""
BUILD_COMMAND ${LIBVTERM_BUILD_COMMAND} "CFLAGS='-fPIC'"
BUILD_IN_SOURCE ON