aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-03-29 17:39:06 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-03-29 17:39:06 +0200
commit05b74399aa40c813b195d595aa3878ff42e61ab8 (patch)
treea1018733f2956a0e8dd00a6fc15e52e79642e155 /src
parent2846d508b24eb9f8ab59d21a060fd8130906392f (diff)
downloadrneovim-05b74399aa40c813b195d595aa3878ff42e61ab8.tar.gz
rneovim-05b74399aa40c813b195d595aa3878ff42e61ab8.tar.bz2
rneovim-05b74399aa40c813b195d595aa3878ff42e61ab8.zip
build: remove unused get_preproc_output() call
ref https://github.com/neovim/neovim/pull/6375#discussion_r108573471
Diffstat (limited to 'src')
-rw-r--r--src/nvim/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt
index e752f5d4df..bad43e7f72 100644
--- a/src/nvim/CMakeLists.txt
+++ b/src/nvim/CMakeLists.txt
@@ -461,10 +461,8 @@ foreach(hfile ${NVIM_HEADERS})
if(NOT ${hfile} MATCHES "[.]c[.]h$")
set(tsource "${GENERATED_DIR}/${r}.test-include.c")
- set(tresult "${GENERATED_DIR}/${r}.test-include.i")
string(REPLACE "/" "-" texe "test-incl-${r}")
write_file("${tsource}" "#include \"${hfile}\"\nint main(int argc, char **argv) { return 0; }")
- get_preproc_output(PREPROC_OUTPUT ${tresult})
add_executable(
${texe}
EXCLUDE_FROM_ALL