CMake: Remove duplicate PkgConfig lookups.

This commit is contained in:
Florian Walch
2015-04-20 01:02:41 +03:00
parent 07d4142a18
commit 2446b997c6
6 changed files with 0 additions and 6 deletions

View File

@@ -4,7 +4,6 @@
# JEMALLOC_INCLUDE_DIRS - The jemalloc include directories
# JEMALLOC_LIBRARIES - The libraries needed to use jemalloc
find_package(PkgConfig)
if(NOT JEMALLOC_USE_BUNDLED)
find_package(PkgConfig)
if (PKG_CONFIG_FOUND)

View File

@@ -4,7 +4,6 @@
# LIBTERMKEY_INCLUDE_DIRS - The libtermkey include directories
# LIBTERMKEY_LIBRARIES - The libraries needed to use libtermkey
find_package(PkgConfig)
if(NOT LIBTERMKEY_USE_BUNDLED)
find_package(PkgConfig)
if (PKG_CONFIG_FOUND)

View File

@@ -4,7 +4,6 @@
# LIBVTERM_INCLUDE_DIRS - The libvterm include directories
# LIBVTERM_LIBRARIES - The libraries needed to use libvterm
find_package(PkgConfig)
if(NOT LIBVTERM_USE_BUNDLED)
find_package(PkgConfig)
if (PKG_CONFIG_FOUND)

View File

@@ -4,7 +4,6 @@
# LUAJIT_INCLUDE_DIRS - The luajit include directories
# LUAJIT_LIBRARIES - The libraries needed to use luajit
find_package(PkgConfig)
if(NOT LUAJIT_USE_BUNDLED)
find_package(PkgConfig)
if (PKG_CONFIG_FOUND)

View File

@@ -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)

View File

@@ -4,7 +4,6 @@
# UNIBILIUM_INCLUDE_DIRS - The unibilium include directories
# UNIBILIUM_LIBRARIES - The libraries needed to use unibilium
find_package(PkgConfig)
if(NOT UNIBILIUM_USE_BUNDLED)
find_package(PkgConfig)
if (PKG_CONFIG_FOUND)