blob: 8f15f8424c2c9c573730aef848b4a59d121bf74a [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001From f2f1e134bf5d9d0789942848e03006af8d926cf8 Mon Sep 17 00:00:00 2001
2From: Wang Mingyu <wangmy@cn.fujitsu.com>
3Date: Tue, 17 Mar 2020 12:53:35 +0800
4Subject: [PATCH] fix configure error : mv libcares.pc.cmakein to
5 libcares.pc.cmake
6
7Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
8---
9 CMakeLists.txt | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/CMakeLists.txt b/CMakeLists.txt
13index 3a5878d..c2e5740 100644
14--- a/CMakeLists.txt
15+++ b/CMakeLists.txt
16@@ -563,7 +563,7 @@ IF (CARES_STATIC)
17 ENDIF()
18
19 # Write ares_config.h configuration file. This is used only for the build.
20-CONFIGURE_FILE (libcares.pc.cmakein ${PROJECT_BINARY_DIR}/libcares.pc @ONLY)
21+CONFIGURE_FILE (libcares.pc.cmake ${PROJECT_BINARY_DIR}/libcares.pc @ONLY)
22
23
24
25--
262.17.1
27