1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

Help: Fix typo in INSTALL_PARALLEL documentation

This commit is contained in:
Nils Gladitz
2025-09-11 12:30:31 +02:00
parent 50e5040cda
commit 1f99ea95d3

View File

@@ -23,5 +23,5 @@ explicit dependency on the ``install/local`` target for each subdirectory.
Calls to :command:`install(CODE)` or :command:`install(SCRIPT)` might depend
on actions performed by an earlier :command:`install` command in a different
directory such as files installed or variable settings. If the project has
such order-dependent installation logic, parallel installation should be
such order-dependent installation logic, parallel installation should
not be enabled, in order to prevent possible race conditions.