From 78da94eecfae8c472424682cb35ec1e51ebf0292 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 dbd3249578b..bacd7d776a6 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(