Skip to content

Commit c42678b

Browse files
style: pre-commit fixes
1 parent e8a5597 commit c42678b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/configuration/search_paths.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ this the dependent project must populate a `cmake.*` entry-point.
66

77
## `<PackageName>_ROOT`
88

9-
This is the recommended interface to be used for importing dependent
10-
packages using `find_package`. This variable is populated by the dependent
11-
project's entry-point `cmake.root`.
9+
This is the recommended interface to be used for importing dependent packages
10+
using `find_package`. This variable is populated by the dependent project's
11+
entry-point `cmake.root`.
1212

1313
To configure the `cmake.root` entry-point to export to other projects, you can
1414
use the CMake standard install paths in you `CMakeLists.txt` if you use

0 commit comments

Comments
 (0)