mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
CMake: Remove duplicate PkgConfig lookups.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
# MSGPACK_INCLUDE_DIRS - The msgpack include directories
|
||||
# MSGPACK_LIBRARIES - The libraries needed to use msgpack
|
||||
|
||||
find_package(PkgConfig)
|
||||
if(NOT MSGPACK_USE_BUNDLED)
|
||||
find_package(PkgConfig)
|
||||
if (PKG_CONFIG_FOUND)
|
||||
|
||||
Reference in New Issue
Block a user