From cf7f6b716575e79d1499fcdc7891549ee417ffb5 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 24 Feb 2023 14:35:48 -0500 Subject: Help: Document that CMAKE_MODULE_PATH must use forward slashes Issue: #24240, #24540 --- Help/variable/CMAKE_MODULE_PATH.rst | 9 +++++---- 1 file 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 ` 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 ` 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. -- cgit v0.12