-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #170 from h-vetinari/fix
Fix interaction with external gtest
- Loading branch information
Showing
12 changed files
with
48 additions
and
46 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...tions-in-google-compiler-java-names.patch → ...tions-in-google-compiler-java-names.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 0 additions & 24 deletions
24
recipe/patches/0005-be-more-lenient-with-abseil-version.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
From b075b8e59c2c9ec51a3937c53545b6e987b44504 Mon Sep 17 00:00:00 2001 | ||
From: "H. Vetinari" <h.vetinari@gmx.com> | ||
Date: Wed, 9 Aug 2023 14:06:35 +1100 | ||
Subject: [PATCH 6/6] do not install vendored gmock | ||
|
||
--- | ||
cmake/install.cmake | 7 ------- | ||
1 file changed, 7 deletions(-) | ||
|
||
diff --git a/cmake/install.cmake b/cmake/install.cmake | ||
index 24d7a3ec9..687c05289 100644 | ||
--- a/cmake/install.cmake | ||
+++ b/cmake/install.cmake | ||
@@ -124,10 +124,3 @@ if(protobuf_INSTALL_EXAMPLES) | ||
DESTINATION "${CMAKE_INSTALL_EXAMPLEDIR}" | ||
COMPONENT protobuf-examples) | ||
endif() | ||
- | ||
-if (protobuf_INSTALL_TESTS) | ||
- install(TARGETS gmock EXPORT protobuf-targets | ||
- RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} | ||
- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} | ||
- ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}) | ||
-endif() |