diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2018-07-23 08:38:08 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2018-07-25 16:00:52 (GMT) |
commit | a3a0c3aa71498f76cc0e9655038de7bbb5430a03 (patch) | |
tree | d094f6028f45cc327e923afe089085f00e846783 /Help/manual/cmake-policies.7.rst | |
parent | 3ab6f056dc8765c98e62a04a16fa24f23f201b7a (diff) | |
download | CMake-a3a0c3aa71498f76cc0e9655038de7bbb5430a03.zip CMake-a3a0c3aa71498f76cc0e9655038de7bbb5430a03.tar.gz CMake-a3a0c3aa71498f76cc0e9655038de7bbb5430a03.tar.bz2 |
UseSWIG: add policy to manage target naming strategy.
Diffstat (limited to 'Help/manual/cmake-policies.7.rst')
-rw-r--r-- | Help/manual/cmake-policies.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst index b2eeb3a..32a0118 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -57,6 +57,7 @@ Policies Introduced by CMake 3.13 .. toctree:: :maxdepth: 1 + CMP0078: UseSWIG generates standard target names. </policy/CMP0078> CMP0077: option() honors normal variables. </policy/CMP0077> CMP0076: target_sources() command converts relative paths to absolute. </policy/CMP0076> |