Skip to content

Commit a778bfe

Browse files
Edit CMake source groups instructions
1 parent 3a6ea66 commit a778bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/cmake-projects-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You can also disable all CMake cache notifications (gold bars) by deselecting **
9292

9393
By default, the CMake Targets View ignores the following source groups: "Source Files", "Header Files", "Resources", "Object Files". This is because they are included by default in most CMake projects and it would unnecessarily increase the number of clicks required to navigate the Targets View.
9494

95-
However, you can enable the use of these source groups by enabling **Tools** > **Options** > **CMake** > **Enable the use of ignored source groups in CMake Targets View**.
95+
Enable the use of these source groups by enabling **Tools** > **Options** > **CMake** > **Enable the use of ignored source groups in CMake Targets View**.
9696

9797
### Troubleshooting CMake cache errors
9898

0 commit comments

Comments
 (0)