From 16889fdb6f7f8e930717401215e293196d5a5d7e Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Wed, 16 Aug 2023 16:17:51 +0000 Subject: [PATCH] Auto-generate CMake file lists --- cmake/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 7f3125a2dc..08dd7de0b6 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -70,15 +70,6 @@ endif() enable_testing() -add_library(port INTERFACE - -) -target_include_directories(port INTERFACE - $ - $ - $ -) - add_library(upb INTERFACE ) @@ -282,7 +273,6 @@ target_link_libraries(generated_code_support__only_for_generated_code_do_not_use message_internal mini_descriptor mini_table - upb wire_internal) add_library(generated_cpp_support__only_for_generated_code_do_not_use__i_give_permission_to_break_me INTERFACE