diff options
author | 2024-05-06 12:42:49 +0200 | |
---|---|---|
committer | 2024-05-06 12:42:49 +0200 | |
commit | abf1283d4e95346ade4ce8e0bd9b2065e2ba9bf9 (patch) | |
tree | 3b3cf6bf6689b2cb3c3cc19de9a5d8222a79cd9d /dev-debug | |
parent | media-sound/lms: drop 3.51.1-r1 (diff) | |
download | guru-abf1283d4e95346ade4ce8e0bd9b2065e2ba9bf9.tar.gz guru-abf1283d4e95346ade4ce8e0bd9b2065e2ba9bf9.tar.bz2 guru-abf1283d4e95346ade4ce8e0bd9b2065e2ba9bf9.zip |
dev-debug/lldb-mi: document gtest patch
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Diffstat (limited to 'dev-debug')
-rw-r--r-- | dev-debug/lldb-mi/files/lldb-mi-0.0.1-find_packages_GTest.patch | 3 |
1 files changed, 3 insertions, 0 deletions
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 8a5d5a773..7d18c7f71 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 <negril.nx+gentoo@gmail.com> +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 |