From 61d3c77c22a877402c4ab2b354cb12e29a71b62b Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Tue, 28 Jan 2025 14:17:30 -0500 Subject: [PATCH] Fix copy and paste error in CMake manual test instructions Both 5 and 6 were titled the same, but 6 sub steps are correctly for the clean target Fixup for #1046 --- cmake/org.eclipse.cdt.cmake.ui.tests/manualTests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/org.eclipse.cdt.cmake.ui.tests/manualTests/README.md b/cmake/org.eclipse.cdt.cmake.ui.tests/manualTests/README.md index 4409208f1be..3445b09b5ec 100644 --- a/cmake/org.eclipse.cdt.cmake.ui.tests/manualTests/README.md +++ b/cmake/org.eclipse.cdt.cmake.ui.tests/manualTests/README.md @@ -33,7 +33,7 @@ Note, the Build Settings tab settings are stored separately for Run mode and Deb #### 5.1) Enter a custom all target, such as `helloworld`, and run build Expected: the custom target is used in the cmake command line -### 6) Build Settings specific all target: +### 6) Build Settings specific clean target: #### 6.1) Enter a custom clean target, such as `help`, and clean project Expected: the custom target is used in the cmake command line