mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 15:51:32 +00:00
version: remove "Compilation" and "Linking" messages.
Can't reliably get this information from cmake (#1267), so it's misleading to show these messages at all. We can always revert this commit if we find a way later.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#include "${PROJECT_SOURCE_DIR}/src/nvim/vim.h"
|
||||
char_u *default_vim_dir = (char_u *)"${CMAKE_INSTALL_PREFIX}/share/nvim";
|
||||
char_u *default_vimruntime_dir = (char_u *)"";
|
||||
char_u *all_cflags = (char_u *)"${COMPILER_FLAGS}";
|
||||
char_u *all_lflags = (char_u *)"${LINKER_FLAGS}";
|
||||
char_u *compiled_user = (char_u *)"${USERNAME}";
|
||||
char_u *compiled_sys = (char_u *)"${HOSTNAME}";
|
||||
|
||||
Reference in New Issue
Block a user