From 5af918eefd708d4264d351c7fd70757636f8a9fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Tue, 17 Oct 2017 17:04:37 +0200 Subject: [PATCH] Fix-up pkg-config provided include path Related to #1032 --- catch.pc.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/catch.pc.in b/catch.pc.in index de6fdfea..4a7b2545 100644 --- a/catch.pc.in +++ b/catch.pc.in @@ -6,5 +6,4 @@ Description: Testing library for C++ Requires: Version: @CATCH_VERSION_NUMBER@ Libs: -Cflags: -I${prefix}/@INCLUDE_INSTALL_DIR@ - +Cflags: -I${prefix}/@INCLUDE_INSTALL_DIR@/include