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

Help/OPTIMIZE_DEPENDENCIES: move period outside of parenthetical

The preceding sentence needs a terminator.
This commit is contained in:
Ben Boeckel
2025-09-30 22:58:34 -04:00
parent 79e82f371c
commit 03f5ffa2ca

View File

@@ -27,7 +27,7 @@ any of the following criteria:
Objective-C++, assembly, and CUDA are assumed to produce side effects. Objective-C++, assembly, and CUDA are assumed to produce side effects.
However, side effects from one language are assumed not to be relevant to However, side effects from one language are assumed not to be relevant to
another (for example, a Fortran library is assumed to not have any side another (for example, a Fortran library is assumed to not have any side
effects that are relevant for a Swift library.) effects that are relevant for a Swift library).
As an example, assume you have a static Fortran library which depends on a As an example, assume you have a static Fortran library which depends on a
static C library, which in turn depends on a static Fortran library. The static C library, which in turn depends on a static Fortran library. The