aboutsummaryrefslogtreecommitdiff
path: root/third-party/cmake/BuildGettext.cmake
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-02-07 00:54:59 -0800
committerGitHub <noreply@github.com>2020-02-07 00:54:59 -0800
commit017b25101a3bb428d96ee956cbe32c4fe6dcc00d (patch)
tree4ad62e378f8213f409dc17aa219cf0aa4d0c8303 /third-party/cmake/BuildGettext.cmake
parent405f49a9b16c5668a033b8be959564abc5f852ba (diff)
parent882f4a6f8ec430d982f948e3f81fb8cd2d3107ed (diff)
downloadrneovim-017b25101a3bb428d96ee956cbe32c4fe6dcc00d.tar.gz
rneovim-017b25101a3bb428d96ee956cbe32c4fe6dcc00d.tar.bz2
rneovim-017b25101a3bb428d96ee956cbe32c4fe6dcc00d.zip
Merge #11827 'deps/MSVC: gettext 0.20.1'
fix #8164 close #11771
Diffstat (limited to 'third-party/cmake/BuildGettext.cmake')
-rw-r--r--third-party/cmake/BuildGettext.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/third-party/cmake/BuildGettext.cmake b/third-party/cmake/BuildGettext.cmake
index 45264167a5..9357456343 100644
--- a/third-party/cmake/BuildGettext.cmake
+++ b/third-party/cmake/BuildGettext.cmake
@@ -12,10 +12,6 @@ if(MSVC)
-DTARGET=gettext
-DUSE_EXISTING_SRC_DIR=${USE_EXISTING_SRC_DIR}
-P ${CMAKE_CURRENT_SOURCE_DIR}/cmake/DownloadAndExtractFile.cmake
- PATCH_COMMAND ${GIT_EXECUTABLE} -C ${DEPS_BUILD_DIR}/src/gettext init
- COMMAND ${GIT_EXECUTABLE} -C ${DEPS_BUILD_DIR}/src/gettext apply --ignore-whitespace
- ${CMAKE_CURRENT_SOURCE_DIR}/patches/gettext-Fix-compilation-on-a-system-without-alloca.patch
- ${CMAKE_CURRENT_SOURCE_DIR}/patches/gettext-Fix-building-with-MSVC.patch
CONFIGURE_COMMAND ${CMAKE_COMMAND} -E copy
${CMAKE_CURRENT_SOURCE_DIR}/cmake/GettextCMakeLists.txt
${DEPS_BUILD_DIR}/src/gettext/CMakeLists.txt