pages.de/*: fix typo in German translation (#8763)

This commit is contained in:
Bernd Stellwag
2022-10-10 16:10:50 +02:00
committed by GitHub
parent 003e0348fd
commit 8f48c71ba6
25 changed files with 30 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
# cmake
> Plattformübergreifndes Build-Automatisierungs-System, das Vorlagen für native Build-Systeme erzeugt.
> Plattformübergreifendes Build-Automatisierungs-System, das Vorlagen für native Build-Systeme erzeugt.
> Weitere Informationen: <https://cmake.org/cmake/help/latest/manual/cmake.1.html>.
- Erzeuge eine Build-Vorlage im aktuellen Verzeichnis mit `CMakeLists.txt` eines Projektordners:
@@ -15,7 +15,7 @@
`cmake --build {{pfad/zu/build_verzeichnis}}`
- Installiere die Build-Artifakte in `/usr/local/` und enferne Debugsymbole:
- Installiere die Build-Artifakte in `/usr/local/` und entferne Debugsymbole:
`cmake --install {{pfad/zu/build_verzeichnis}} --strip`