From 022a2826375efcc7aefc6b661c8a77a592322566 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Wed, 30 Jun 2021 15:14:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BF=D0=BE=D0=B8=D1=81=D0=BA=20=D0=B1=D0=B8?= =?UTF-8?q?=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FindMyxQPing.cmake | 2 +- FindMyxRedis.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FindMyxQPing.cmake b/FindMyxQPing.cmake index 5e52a5a..fbbc70f 100644 --- a/FindMyxQPing.cmake +++ b/FindMyxQPing.cmake @@ -24,7 +24,7 @@ if(NOT MYX_QPING_IS_EXTERNAL_PROJECT) endif() find_library( MYX_QPING_LIBRARIES - NAMES preprocmath + NAMES myx-qping PATHS ${_search_paths}) unset(_search_paths) diff --git a/FindMyxRedis.cmake b/FindMyxRedis.cmake index 3c5bb55..754274d 100644 --- a/FindMyxRedis.cmake +++ b/FindMyxRedis.cmake @@ -24,7 +24,7 @@ if(NOT MYX_REDIS_IS_EXTERNAL_PROJECT) endif() find_library( MYX_REDIS_LIBRARIES - NAMES preprocmath + NAMES myx-redis PATHS ${_search_paths}) unset(_search_paths)