diff options
-rw-r--r-- | cmake/FindJeMalloc.cmake | 1 | ||||
-rw-r--r-- | cmake/FindLibTermkey.cmake | 1 | ||||
-rw-r--r-- | cmake/FindLibVterm.cmake | 1 | ||||
-rw-r--r-- | cmake/FindLuaJit.cmake | 1 | ||||
-rw-r--r-- | cmake/FindMsgpack.cmake | 1 | ||||
-rw-r--r-- | cmake/FindUnibilium.cmake | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/cmake/FindJeMalloc.cmake b/cmake/FindJeMalloc.cmake index fd20a456fb..f36cbc6f7a 100644 --- a/cmake/FindJeMalloc.cmake +++ b/cmake/FindJeMalloc.cmake @@ -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) diff --git a/cmake/FindLibTermkey.cmake b/cmake/FindLibTermkey.cmake index e5ec132f85..144deceaae 100644 --- a/cmake/FindLibTermkey.cmake +++ b/cmake/FindLibTermkey.cmake @@ -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) diff --git a/cmake/FindLibVterm.cmake b/cmake/FindLibVterm.cmake index 21a0928496..0d773d8896 100644 --- a/cmake/FindLibVterm.cmake +++ b/cmake/FindLibVterm.cmake @@ -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) diff --git a/cmake/FindLuaJit.cmake b/cmake/FindLuaJit.cmake index e5fdc764f1..9b24051bd7 100644 --- a/cmake/FindLuaJit.cmake +++ b/cmake/FindLuaJit.cmake @@ -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) 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) diff --git a/cmake/FindUnibilium.cmake b/cmake/FindUnibilium.cmake index 3cb7dacef8..e1e0de9b7e 100644 --- a/cmake/FindUnibilium.cmake +++ b/cmake/FindUnibilium.cmake @@ -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) |