From bf58c0007161040dbb5319a91b2b63f7e0b74524 Mon Sep 17 00:00:00 2001 From: Doug Richardson Date: Mon, 13 Apr 2020 15:41:45 -0700 Subject: [PATCH] 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. --- src/nvim/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt index 2bfa193a63..33ca33a244 100644 --- a/src/nvim/CMakeLists.txt +++ b/src/nvim/CMakeLists.txt @@ -573,7 +573,6 @@ set_target_properties( libnvim PROPERTIES POSITION_INDEPENDENT_CODE ON - OUTPUT_NAME nvim ) set_property( TARGET libnvim