commit: abf1283d4e95346ade4ce8e0bd9b2065e2ba9bf9 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Mon May 6 10:42:49 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Mon May 6 10:42:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=abf1283d
dev-debug/lldb-mi: document gtest patch Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> dev-debug/lldb-mi/files/lldb-mi-0.0.1-find_packages_GTest.patch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-debug/lldb-mi/files/lldb-mi-0.0.1-find_packages_GTest.patch b/dev-debug/lldb-mi/files/lldb-mi-0.0.1-find_packages_GTest.patch index 8a5d5a7732..7d18c7f712 100644 --- a/dev-debug/lldb-mi/files/lldb-mi-0.0.1-find_packages_GTest.patch +++ b/dev-debug/lldb-mi/files/lldb-mi-0.0.1-find_packages_GTest.patch @@ -1,3 +1,6 @@ +From: Paul Zander <[email protected]> +Subject: [PATCH] CMake: use system gtest instead of fetching it + diff --git a/test/unittests/CMakeLists.txt b/test/unittests/CMakeLists.txt index 4d07cdb..976b8e5 100644 --- a/test/unittests/CMakeLists.txt
