From 2ebc04190310ca741ff234be78701e6b6fa0a95f Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Thu, 3 Mar 2022 16:44:49 +0000 Subject: [PATCH] Fix name of with-main library. --- CMake/catch2-with-main.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake/catch2-with-main.pc.in b/CMake/catch2-with-main.pc.in index 122f1f96..69a790bb 100644 --- a/CMake/catch2-with-main.pc.in +++ b/CMake/catch2-with-main.pc.in @@ -7,4 +7,4 @@ Description: A modern, C++-native test framework for C++14 and above (links in d Version: ${pkg_version} Requires: catch2 = ${pkg_version} Cflags: -I${includedir} -Libs: -L${libdir} -lCatch2WithMain +Libs: -L${libdir} -lCatch2Main