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)