We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a5597 commit c42678bCopy full SHA for c42678b
docs/configuration/search_paths.md
@@ -6,9 +6,9 @@ this the dependent project must populate a `cmake.*` entry-point.
6
7
## `<PackageName>_ROOT`
8
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`.
+This is the recommended interface to be used for importing dependent packages
+using `find_package`. This variable is populated by the dependent project's
+entry-point `cmake.root`.
12
13
To configure the `cmake.root` entry-point to export to other projects, you can
14
use the CMake standard install paths in you `CMakeLists.txt` if you use
0 commit comments