summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_MODULE_PATH.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-02-24 19:35:48 (GMT)
committerBrad King <brad.king@kitware.com>2023-02-24 19:36:29 (GMT)
commitcf7f6b716575e79d1499fcdc7891549ee417ffb5 (patch)
tree8652adb559e275aae393192eca9e02c68757d89d /Help/variable/CMAKE_MODULE_PATH.rst
parent030c70f92a13eb1420013d03e6fe1a82313f26d0 (diff)
downloadCMake-cf7f6b716575e79d1499fcdc7891549ee417ffb5.zip
CMake-cf7f6b716575e79d1499fcdc7891549ee417ffb5.tar.gz
CMake-cf7f6b716575e79d1499fcdc7891549ee417ffb5.tar.bz2
Help: Document that CMAKE_MODULE_PATH must use forward slashes
Issue: #24240, #24540
Diffstat (limited to 'Help/variable/CMAKE_MODULE_PATH.rst')
-rw-r--r--Help/variable/CMAKE_MODULE_PATH.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/Help/variable/CMAKE_MODULE_PATH.rst b/Help/variable/CMAKE_MODULE_PATH.rst
index 4dcf6b5..3021b49 100644
--- a/Help/variable/CMAKE_MODULE_PATH.rst
+++ b/Help/variable/CMAKE_MODULE_PATH.rst
@@ -1,7 +1,8 @@
CMAKE_MODULE_PATH
-----------------
-:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying a search path
-for CMake modules to be loaded by the :command:`include` or
-:command:`find_package` commands before checking the default modules that come
-with CMake. By default it is empty, it is intended to be set by the project.
+:ref:`Semicolon-separated list <CMake Language Lists>` of directories,
+represented using forward slashes, specifying a search path for CMake modules
+to be loaded by the :command:`include` or :command:`find_package` commands
+before checking the default modules that come with CMake. By default it is
+empty. It is intended to be set by the project.