Genex-PATH_EQUAL: path comparison

To complete issue #23498
This commit is contained in:
Marc Chevrier
2022-05-28 12:26:05 +02:00
parent f3be15e438
commit 4d1883df11
13 changed files with 129 additions and 0 deletions
+1
View File
@@ -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:
::