mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 00:45:28 +02:00
Fix copy and paste error in CMake manual test instructions (#1062)
Both 5 and 6 were titled the same, but 6 sub steps are correctly for the clean target Fixup for #1046
This commit is contained in:
parent
62faf42bfc
commit
0564831d1e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue