forked from open-telemetry/opentelemetry-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #57 from open-telemetry/main
[CI] Build failures with ABSEIL 20240116 and CMAKE 3.30 (open-telemetry#3002)
- Loading branch information
Showing
3 changed files
with
62 additions
and
2 deletions.
There are no files selected for viewing
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,23 @@ | ||
commit 779a3565ac6c5b69dd1ab9183e500a27633117d5 | ||
Author: Derek Mauro <[email protected]> | ||
Date: Tue Jan 30 10:13:25 2024 -0800 | ||
|
||
Avoid export of testonly target absl::test_allocator in CMake builds | ||
|
||
Closes #1536 | ||
|
||
PiperOrigin-RevId: 602764437 | ||
Change-Id: Ia5c20a3874262a2ddb8797f608af17d7e86dd6d6 | ||
|
||
diff --git a/absl/container/CMakeLists.txt b/absl/container/CMakeLists.txt | ||
index 449a2cad..ee9ca9c3 100644 | ||
--- a/absl/container/CMakeLists.txt | ||
+++ b/absl/container/CMakeLists.txt | ||
@@ -213,6 +213,7 @@ absl_cc_library( | ||
DEPS | ||
absl::config | ||
GTest::gmock | ||
+ TESTONLY | ||
) | ||
|
||
absl_cc_test( |
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