summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2022-05-28 10:26:05 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2022-06-01 13:28:54 (GMT)
commit4d1883df1142fbe5c23cb7f433f619c1a7322984 (patch)
tree6f066361f28b28e1700aa28d2aa78885bb136de6 /Help/command
parentf3be15e4382c17d0441a4fa69f44482d888e9c9d (diff)
downloadCMake-4d1883df1142fbe5c23cb7f433f619c1a7322984.zip
CMake-4d1883df1142fbe5c23cb7f433f619c1a7322984.tar.gz
CMake-4d1883df1142fbe5c23cb7f433f619c1a7322984.tar.bz2
Genex-PATH_EQUAL: path comparison
To complete issue #23498
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/cmake_path.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/command/cmake_path.rst b/Help/command/cmake_path.rst
index 77525ed..6fd3cf6 100644
--- a/Help/command/cmake_path.rst
+++ b/Help/command/cmake_path.rst
@@ -473,6 +473,7 @@ are :ref:`normalized <Normalization>` before the check.
set(path "/a/b")
cmake_path(IS_PREFIX path "/a/c/../b" NORMALIZE result) # result = true
+.. _Path COMPARE:
.. _COMPARE:
::