summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-policies.7.rst
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2022-06-03 10:42:41 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2022-06-03 17:31:36 (GMT)
commitbe4b9e10afaae750ad184ce1b34d6cb2c3d7fd33 (patch)
tree1c88a4586bb77f93be8e9bf1ddd43cbcad1f4bbe /Help/manual/cmake-policies.7.rst
parent0aa0b8e146ea8d1dc50b4c045360abd57c3643e4 (diff)
downloadCMake-be4b9e10afaae750ad184ce1b34d6cb2c3d7fd33.zip
CMake-be4b9e10afaae750ad184ce1b34d6cb2c3d7fd33.tar.gz
CMake-be4b9e10afaae750ad184ce1b34d6cb2c3d7fd33.tar.bz2
if command: Add PATH_EQUAL operator
Diffstat (limited to 'Help/manual/cmake-policies.7.rst')
-rw-r--r--Help/manual/cmake-policies.7.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst
index a7741f7..1447c17 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -58,6 +58,7 @@ Policies Introduced by CMake 3.24
.. toctree::
:maxdepth: 1
+ CMP0139: The if() command supports path comparisons using PATH_EQUAL operator. </policy/CMP0139>
CMP0138: MSVC compilers use -ZI instead of /Zi for x86 and x64 by default. </policy/CMP0138>
CMP0137: try_compile() passes platform variables in project mode. </policy/CMP0137>
CMP0136: Watcom runtime library flags are selected by an abstraction. </policy/CMP0136>