aboutsummaryrefslogtreecommitdiff
path: root/cmake/FindMsgpack.cmake
diff options
context:
space:
mode:
authorFlorian Walch <florian@fwalch.com>2015-04-20 01:02:41 +0300
committerFlorian Walch <florian@fwalch.com>2015-04-29 22:26:55 +0300
commit2446b997c63b8a2aa75493f546918cb69c6a4111 (patch)
tree38aa8718508409722bb9c4e5d41645751ce34f00 /cmake/FindMsgpack.cmake
parent07d4142a18c889c03b499e6db73f915e1d724d96 (diff)
downloadrneovim-2446b997c63b8a2aa75493f546918cb69c6a4111.tar.gz
rneovim-2446b997c63b8a2aa75493f546918cb69c6a4111.tar.bz2
rneovim-2446b997c63b8a2aa75493f546918cb69c6a4111.zip
CMake: Remove duplicate PkgConfig lookups.
Diffstat (limited to 'cmake/FindMsgpack.cmake')
-rw-r--r--cmake/FindMsgpack.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/FindMsgpack.cmake b/cmake/FindMsgpack.cmake
index 6b3c8bb977..7d88137915 100644
--- a/cmake/FindMsgpack.cmake
+++ b/cmake/FindMsgpack.cmake
@@ -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)