mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Use libnvim as OUTPUT_NAME for libnvim (#12119)
libnvim's OUTPUT_NAME was nvim, which caused the cmake Ninja generator to generate two build rules for the library, which produced a warning about incorrect builds.
This commit is contained in:
parent
b3a66faf66
commit
bf58c00071
@ -573,7 +573,6 @@ set_target_properties(
|
|||||||
libnvim
|
libnvim
|
||||||
PROPERTIES
|
PROPERTIES
|
||||||
POSITION_INDEPENDENT_CODE ON
|
POSITION_INDEPENDENT_CODE ON
|
||||||
OUTPUT_NAME nvim
|
|
||||||
)
|
)
|
||||||
set_property(
|
set_property(
|
||||||
TARGET libnvim
|
TARGET libnvim
|
||||||
|
Loading…
Reference in New Issue
Block a user