fix missing prefix for CMake generated libcares.pc (#530)

'pkg-config grpc --cflags' complains with:
Variable 'prefix' not defined in libcares.pc

Fix By: Jérôme Duval (@korli)
pull/542/head
Jérôme Duval 1 year ago committed by GitHub
parent bad62225b7
commit 39311a6031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      libcares.pc.cmake

@ -6,6 +6,7 @@
#
# Copyright (C) The c-ares project and its contributors
# SPDX-License-Identifier: MIT
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_FULL_BINDIR@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@

Loading…
Cancel
Save