mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
Suppress Microsoft copyright banner. (#12114)
This commit is contained in:
@@ -220,7 +220,7 @@ set(gen_cflags ${gen_cflags} ${C_FLAGS_${build_type}_ARRAY} ${C_FLAGS_ARRAY})
|
|||||||
|
|
||||||
function(get_preproc_output varname iname)
|
function(get_preproc_output varname iname)
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
set(${varname} /P /Fi${iname} PARENT_SCOPE)
|
set(${varname} /P /Fi${iname} /nologo PARENT_SCOPE)
|
||||||
else()
|
else()
|
||||||
set(${varname} -E -o ${iname} PARENT_SCOPE)
|
set(${varname} -E -o ${iname} PARENT_SCOPE)
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user