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:
Doug Richardson 2020-04-13 15:41:45 -07:00 committed by GitHub
parent b3a66faf66
commit bf58c00071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -573,7 +573,6 @@ set_target_properties(
libnvim
PROPERTIES
POSITION_INDEPENDENT_CODE ON
OUTPUT_NAME nvim
)
set_property(
TARGET libnvim