aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-11-16 22:26:51 +0100
committerGitHub <noreply@github.com>2016-11-16 22:26:51 +0100
commit5e241b5f50833afd920d37fa8b2bb24a30827406 (patch)
tree626b6a0b4a64634c5c1c052ec0b61a03cb7aeb10
parentf1fed42ca7c8c4d9d5cbfcd039305afeca147747 (diff)
downloadrneovim-5e241b5f50833afd920d37fa8b2bb24a30827406.tar.gz
rneovim-5e241b5f50833afd920d37fa8b2bb24a30827406.tar.bz2
rneovim-5e241b5f50833afd920d37fa8b2bb24a30827406.zip
build: cmake: Use portable delimiters. (#5620)
Fixes build on Windows (msys2 mingw64). Closes #5342
-rw-r--r--src/nvim/po/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/po/CMakeLists.txt b/src/nvim/po/CMakeLists.txt
index 184c4894b9..8515b0f55e 100644
--- a/src/nvim/po/CMakeLists.txt
+++ b/src/nvim/po/CMakeLists.txt
@@ -48,7 +48,7 @@ if(HAVE_WORKING_LIBINTL AND GETTEXT_FOUND AND XGETTEXT_PRG AND ICONV_PRG)
-DXGETTEXT_PRG=${XGETTEXT_PRG}
-DPOT_FILE=${NVIM_POT}
-DSEARCH_DIR=${CMAKE_CURRENT_SOURCE_DIR}
- "'-DSOURCES=${NEOVIM_RELATIVE_SOURCES}'"
+ "\"-DSOURCES=${NEOVIM_RELATIVE_SOURCES}\""
-P ${PROJECT_SOURCE_DIR}/cmake/RunXgettext.cmake
DEPENDS ${NEOVIM_SOURCES})