Skip to content

Commit c6c59f3

Browse files
Merge pull request #5066 from MicrosoftDocs/main638563160198740886sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 712dad3 + 02f8b5c commit c6c59f3

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

docs/build/customize-cmake-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Corresponds to the **inheritedEnvironments** setting. Defines the compiler envir
4444

4545
### CMake toolchain file
4646

47-
Path to the [CMake toolchain file](https://cmake.org/cmake/help/latest/variable/CMAKE_TOOLCHAIN_FILE.html). This path is passed to CMake as "-DCMAKE_TOOLCHAIN_FILE = \<filepath>". Toolchain files specify locations of compilers and toolchain utilities, and other target platform and compiler-related information. By default, Visual Studio uses the [vcpkg toolchain file](https://github.com/microsoft/vcpkg/blob/master/docs/examples/installing-and-using-packages.md#cmake) if this setting is unspecified.
47+
Path to the [CMake toolchain file](https://cmake.org/cmake/help/latest/variable/CMAKE_TOOLCHAIN_FILE.html). This path is passed to CMake as `"-DCMAKE_TOOLCHAIN_FILE = <filepath>`. Toolchain files specify locations of compilers and toolchain utilities, and other target platform and compiler-related information. By default, Visual Studio uses the [vcpkg toolchain file](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/installing-and-using-packages.md#cmake) if this setting is unspecified.
4848

4949
### Build root
5050

docs/c-language/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ summary: Learn to use C and the C runtime library.
55
metadata:
66
title: C docs - get started, tutorials, reference.
77
description: C programming reference for users of Microsoft C/C++ and Visual Studio.
8+
ms.author: twhitney
89
ms.topic: landing-page
910
ms.date: 05/28/2020
1011
ms.custom: intro-landing-hub

docs/code-quality/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ metadata:
88
description: Learn how Visual Studio can help you analyze C and C++ code quality.
99
ms.topic: landing-page
1010
ms.date: 05/26/2020
11+
ms.author: twhitney
1112
ms.custom: intro-landing-hub
1213

1314
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new

docs/cpp/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ metadata:
77
description: C++ programming reference for users of Microsoft C++ and Visual Studio.
88
ms.topic: landing-page
99
ms.date: 03/22/2022
10+
ms.author: twhitney
1011
ms.custom: intro-landing-hub
1112

1213
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new

docs/intrinsics/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ metadata:
88
description: Visual Studio includes assemblers and compiler intrinsics for low-level programming tasks.
99
ms.topic: landing-page
1010
ms.date: 05/26/2020
11+
ms.author: twhitney
1112
ms.custom: intro-landing-hub
1213

1314
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new

0 commit comments

Comments
 (0)