1
0
Fork 0
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:
Jonah Graham 2025-01-28 14:18:34 -05:00 committed by GitHub
parent 62faf42bfc
commit 0564831d1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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