From c02f8bb1d00d240d6c20bf28c7f1f060c2490d34 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 21 Nov 2024 01:34:07 -0500 Subject: [PATCH] docs: correct the order of entry-points and CMake variables --- docs/cmakelists.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cmakelists.md b/docs/cmakelists.md index 039545824..521a03942 100644 --- a/docs/cmakelists.md +++ b/docs/cmakelists.md @@ -81,8 +81,8 @@ so packages can provide a find package config with a name matching the package name - such as the `pybind11` package. Third party packages can declare entry-points `cmake.module` and `cmake.prefix`, -and the specified module will be added to `CMAKE_PREFIX_PATH` and -`CMAKE_MODULE_PATH`, respectively. Currently, the key is not used, but +and the specified module will be added to `CMAKE_MODULE_PATH` and +`CMAKE_PREFIX_PATH`, respectively. Currently, the key is not used, but eventually there might be a way to request or exclude certain entry-points by key.