Skip to content

Commit

Permalink
Restore the empty CMake targets for bad_any_cast, bad_optional_access,
Browse files Browse the repository at this point in the history
and bad_variant_access to allow clients to migrate.

PiperOrigin-RevId: 734687090
Change-Id: I2c48020c1634aa487dc1294763a740847418ce3f
  • Loading branch information
derekmauro authored and copybara-github committed Mar 7, 2025
1 parent 25bce12 commit c52afac
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions absl/types/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,27 @@ absl_cc_test(
absl::compare
GTest::gmock_main
)

# Deprecated empty library.
# Clients should remove this dependency.
absl_cc_library(
NAME
bad_any_cast
PUBLIC
)

# Deprecated empty library.
# Clients should remove this dependency.
absl_cc_library(
NAME
bad_optional_access
PUBLIC
)

# Deprecated empty library.
# Clients should remove this dependency.
absl_cc_library(
NAME
bad_variant_access
PUBLIC
)

0 comments on commit c52afac

Please sign in to comment.