diff options
| author | jixiufeng <jixiufeng@luojilab.com> | 2019-04-22 23:51:45 +0800 |
|---|---|---|
| committer | jixiuf <jixiuf@qq.com> | 2019-07-30 22:00:57 +0800 |
| commit | 8e5b0ac691485040ddf8c32a55bed045d37585c0 (patch) | |
| tree | 205229f87e8d42b7bfa196aa9e013fb4f0ee7a5a | |
| parent | d97260c902524850b4b90489231a3fe00f606921 (diff) | |
update GIT_TAG of libvterm in CMakeLists.txt
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 281c067..3d45441 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ if(USE_SYSTEM_LIBVTERM) else() ExternalProject_add(libvterm GIT_REPOSITORY https://github.com/neovim/libvterm.git - GIT_TAG a6293a0e033e7e86c74889b4527787993656883a + GIT_TAG 89675ffdda615ffc3f29d1c47a933f4f44183364 CONFIGURE_COMMAND "" BUILD_COMMAND make "CFLAGS='-fPIC'" BUILD_IN_SOURCE ON |
