apache/arrow
cpp/src/arrow/CMakeLists.txt
:1169
target_compile_features(${LIB_TARGET} PUBLIC cxx_std_17)
target_compile_features(${LIB_TARGET} PUBLIC cxx_std_17)
target_compile_features(string_view PUBLIC cxx_std_14)
target_compile_features(fastgltf_module PUBLIC cxx_std_20)
target_compile_features(fastgltf_gl_viewer PUBLIC cxx_std_17)
target_compile_features(fixedwidthtest PUBLIC cxx_std_23)
target_compile_features(${TARGET_NAME} PUBLIC "cxx_std_${CMAKE_CXX_STANDARD}")
target_compile_features(fmt PUBLIC cxx_std_11)
target_compile_features(gtest PUBLIC cxx_std_11)
target_compile_features(gammaray_common_internal PUBLIC ${GAMMARAY_REQUIRED_CXX_FEATURES})
target_compile_features(gammaray_launcher_ui PUBLIC ${GAMMARAY_REQUIRED_CXX_FEATURES})
target_compile_features(gammaray_geopositioninfosource PUBLIC ${GAMMARAY_REQUIRED_CXX_FEATURES})
target_compile_features(gammaray_probe_obj PUBLIC ${GAMMARAY_REQUIRED_CXX_FEATURES})
target_compile_features(test_helpers_obj PUBLIC ${GAMMARAY_REQUIRED_CXX_FEATURES})
target_compile_features(${CHARLS_LIBRARY_NAME}
PUBLIC cxx_strong_enums
PRIVATE cxx_nullptr)
target_compile_features(Grantlee_TextDocument
PRIVATE
cxx_auto_type
PUBLIC
cxx_override
)
target_compile_features(grpc_test_util PUBLIC cxx_std_17)
target_compile_features(grpc_unsecure PUBLIC cxx_std_17)
target_compile_features(upb_mini_descriptor_lib PUBLIC cxx_std_17)
target_compile_features(upb_textformat_lib PUBLIC cxx_std_17)
target_compile_features(grpc++_error_details PUBLIC cxx_std_17)
target_compile_features(grpc++_test_config PUBLIC cxx_std_17)
target_compile_features(grpc_authorization_provider PUBLIC cxx_std_17)
target_compile_features(grpc_plugin_support PUBLIC cxx_std_17)
target_compile_features(grpcpp_channelz PUBLIC cxx_std_17)
target_compile_features(fd_conservation_posix_test PUBLIC cxx_std_17)
target_compile_features(activity_test PUBLIC cxx_std_17)
target_compile_features(address_sorting_test_unsecure PUBLIC cxx_std_17)
target_compile_features(alts_crypt_test PUBLIC cxx_std_17)
target_compile_features(alts_handshaker_client_test PUBLIC cxx_std_17)
target_compile_features(backend_metrics_lb_policy_test PUBLIC cxx_std_17)
target_compile_features(backoff_test PUBLIC cxx_std_17)
target_compile_features(bitset_test PUBLIC cxx_std_17)
target_compile_features(c_slice_buffer_test PUBLIC cxx_std_17)
target_compile_features(call_arena_allocator_test PUBLIC cxx_std_17)
target_compile_features(call_finalization_test PUBLIC cxx_std_17)
target_compile_features(call_utils_test PUBLIC cxx_std_17)
target_compile_features(cancel_ares_query_test PUBLIC cxx_std_17)
target_compile_features(certificate_provider_store_test PUBLIC cxx_std_17)
target_compile_features(cf_engine_test PUBLIC cxx_std_17)
target_compile_features(channel_stack_test PUBLIC cxx_std_17)
target_compile_features(channelz_test PUBLIC cxx_std_17)
target_compile_features(client_authority_filter_test PUBLIC cxx_std_17)
target_compile_features(cmdline_test PUBLIC cxx_std_17)
target_compile_features(compression_test PUBLIC cxx_std_17)
target_compile_features(concurrent_connectivity_test PUBLIC cxx_std_17)
target_compile_features(dns_fork_test PUBLIC cxx_std_17)
target_compile_features(end2end_http2_no_logging_test PUBLIC cxx_std_17)
target_compile_features(end2end_http2_security_test PUBLIC cxx_std_17)
target_compile_features(end2end_posix_no_logging_test PUBLIC cxx_std_17)
target_compile_features(endpoint_config_test PUBLIC cxx_std_17)
target_compile_features(endpoint_pair_test PUBLIC cxx_std_17)
target_compile_features(evaluate_args_test PUBLIC cxx_std_17)
target_compile_features(experiments_tag_test PUBLIC cxx_std_17)
target_compile_features(factory_test PUBLIC cxx_std_17)
target_compile_features(fake_resolver_test PUBLIC cxx_std_17)
target_compile_features(function_signature_test PUBLIC cxx_std_17)
target_compile_features(generic_end2end_test PUBLIC cxx_std_17)
target_compile_features(glob_test PUBLIC cxx_std_17)
target_compile_features(goaway_server_test PUBLIC cxx_std_17)
target_compile_features(gpr_time_test PUBLIC cxx_std_17)
target_compile_features(grpc_alts_credentials_options_test PUBLIC cxx_std_17)
target_compile_features(grpc_cli PUBLIC cxx_std_17)
target_compile_features(grpc_completion_queue_test PUBLIC cxx_std_17)
target_compile_features(grpc_csharp_plugin PUBLIC cxx_std_17)
target_compile_features(grpc_tool_test PUBLIC cxx_std_17)
target_compile_features(grpc_trace_bin_text_map_propagator_test PUBLIC cxx_std_17)
target_compile_features(handle_tests PUBLIC cxx_std_17)
target_compile_features(health_service_end2end_test PUBLIC cxx_std_17)
target_compile_features(http_proxy_mapper_test PUBLIC cxx_std_17)
target_compile_features(if_list_test PUBLIC cxx_std_17)
target_compile_features(if_test PUBLIC cxx_std_17)
target_compile_features(init_test PUBLIC cxx_std_17)
target_compile_features(insecure_credentials_test PUBLIC cxx_std_17)
target_compile_features(insecure_security_connector_test PUBLIC cxx_std_17)
target_compile_features(istio_echo_server_test PUBLIC cxx_std_17)
target_compile_features(json_object_loader_test PUBLIC cxx_std_17)
target_compile_features(matchers_test PUBLIC cxx_std_17)
target_compile_features(memory_quota_stress_test PUBLIC cxx_std_17)
target_compile_features(message_compress_test PUBLIC cxx_std_17)
target_compile_features(no_destruct_test PUBLIC cxx_std_17)
target_compile_features(num_external_connectivity_watchers_test PUBLIC cxx_std_17)
target_compile_features(osa_distance_test PUBLIC cxx_std_17)
target_compile_features(parse_address_test PUBLIC cxx_std_17)
target_compile_features(parse_address_with_named_scope_id_test PUBLIC cxx_std_17)
target_compile_features(periodic_update_test PUBLIC cxx_std_17)
target_compile_features(pick_first_test PUBLIC cxx_std_17)
target_compile_features(ping_configuration_test PUBLIC cxx_std_17)
target_compile_features(poller_fork_test PUBLIC cxx_std_17)
target_compile_features(port_sharing_end2end_test PUBLIC cxx_std_17)
target_compile_features(posix_endpoint_test PUBLIC cxx_std_17)
target_compile_features(pre_stop_hook_server_test PUBLIC cxx_std_17)
target_compile_features(promise_mutex_test PUBLIC cxx_std_17)
target_compile_features(proto_server_reflection_test PUBLIC cxx_std_17)
target_compile_features(query_extensions_test PUBLIC cxx_std_17)
target_compile_features(random_early_detection_test PUBLIC cxx_std_17)
target_compile_features(rbac_service_config_parser_test PUBLIC cxx_std_17)
target_compile_features(remove_stream_from_stalled_lists_test PUBLIC cxx_std_17)
target_compile_features(resolve_address_using_ares_resolver_test PUBLIC cxx_std_17)
target_compile_features(ring_buffer_test PUBLIC cxx_std_17)
target_compile_features(server_builder_plugin_test PUBLIC cxx_std_17)