From 1f99ea95d370612a2d305381f831af692217ffb3 Mon Sep 17 00:00:00 2001 From: Nils Gladitz Date: Thu, 11 Sep 2025 12:30:31 +0200 Subject: [PATCH] Help: Fix typo in INSTALL_PARALLEL documentation --- Help/prop_gbl/INSTALL_PARALLEL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/prop_gbl/INSTALL_PARALLEL.rst b/Help/prop_gbl/INSTALL_PARALLEL.rst index 936b1ef2d6..5c5c78afb7 100644 --- a/Help/prop_gbl/INSTALL_PARALLEL.rst +++ b/Help/prop_gbl/INSTALL_PARALLEL.rst @@ -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.