From a4bbd81636958e90ea5e726d07548d29d07597cc Mon Sep 17 00:00:00 2001 From: Cullen Walsh Date: Wed, 11 Sep 2024 11:00:31 -0700 Subject: [PATCH] Fix pkgconfig name for gtest Summary: Failed when trying to build folly. Apparently macos is not case sensitive, but fedora is. Reviewed By: bigfootjon Differential Revision: D62470003 fbshipit-source-id: 885c76f6d44b10664090864314c0f2c13737ea0a --- shim/third-party/googletest/BUCK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shim/third-party/googletest/BUCK b/shim/third-party/googletest/BUCK index dbd324957..bacd7d776 100644 --- a/shim/third-party/googletest/BUCK +++ b/shim/third-party/googletest/BUCK @@ -13,7 +13,7 @@ oncall("open_source") third_party_library( name = "gtest", homebrew_package_name = "googletest", - pkgconfig_name = "GTest", + pkgconfig_name = "gtest", ) alias(