summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 4dcf6b5260..3021b49f8f 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.