Skip to content

Commit 918cac8

Browse files
authored
impl(v3): remove deprecated googleapis.pc file (googleapis#15928)
1 parent e790ce9 commit 918cac8

1 file changed

Lines changed: 0 additions & 45 deletions

File tree

external/googleapis/CMakeLists.txt

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -387,51 +387,6 @@ foreach (target ${external_googleapis_installed_libraries_list})
387387
external_googleapis_install_pc("${target}")
388388
endforeach ()
389389

390-
# Create and install the googleapis pkg-config file for backwards compatibility.
391-
set(GOOGLE_CLOUD_CPP_PC_LIBS "")
392-
google_cloud_cpp_set_pkgconfig_paths()
393-
set(GOOGLE_CLOUD_CPP_PC_NAME "The Google APIS C++ Proto Library")
394-
set(GOOGLE_CLOUD_CPP_PC_DESCRIPTION
395-
"Provides C++ APIs to access Google Cloud Platforms.")
396-
# This list is for backwards compatibility purposes only. DO NOT add new
397-
# libraries to it.
398-
string(
399-
JOIN
400-
" "
401-
GOOGLE_CLOUD_CPP_PC_REQUIRES
402-
"google_cloud_cpp_bigtable_protos"
403-
"google_cloud_cpp_cloud_bigquery_protos"
404-
"google_cloud_cpp_iam_protos"
405-
"google_cloud_cpp_pubsub_protos"
406-
"google_cloud_cpp_storage_protos"
407-
"google_cloud_cpp_logging_protos"
408-
"google_cloud_cpp_iam_v1_iam_policy_protos"
409-
"google_cloud_cpp_iam_v1_options_protos"
410-
"google_cloud_cpp_iam_v1_policy_protos"
411-
"google_cloud_cpp_longrunning_operations_protos"
412-
"google_cloud_cpp_api_auth_protos"
413-
"google_cloud_cpp_api_annotations_protos"
414-
"google_cloud_cpp_api_client_protos"
415-
"google_cloud_cpp_api_field_behavior_protos"
416-
"google_cloud_cpp_api_http_protos"
417-
"google_cloud_cpp_rpc_status_protos"
418-
"google_cloud_cpp_rpc_error_details_protos"
419-
"google_cloud_cpp_type_expr_protos"
420-
"grpc++"
421-
"grpc"
422-
"openssl"
423-
"protobuf"
424-
"zlib"
425-
"libcares")
426-
set(GOOGLE_CLOUD_CPP_PC_LIBS "")
427-
google_cloud_cpp_set_pkgconfig_paths()
428-
configure_file("${PROJECT_SOURCE_DIR}/cmake/templates/config.pc.in"
429-
"googleapis.pc" @ONLY)
430-
install(
431-
FILES "${CMAKE_CURRENT_BINARY_DIR}/googleapis.pc"
432-
DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig"
433-
COMPONENT google_cloud_cpp_development)
434-
435390
# Create and install the CMake configuration files.
436391
include(CMakePackageConfigHelpers)
437392

0 commit comments

Comments
 (0)