diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2018-11-28 10:45:09 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2018-12-07 09:56:37 (GMT) |
commit | 7b3d4799f8c03162d537e65effd3dd8d56fc3386 (patch) | |
tree | b6febc4496991e9f4ca5170e62a18bc8339c65a2 /Help | |
parent | a956ab7f3ba4092ac6685eb0ec1e3185dbb54a43 (diff) | |
download | CMake-7b3d4799f8c03162d537e65effd3dd8d56fc3386.zip CMake-7b3d4799f8c03162d537e65effd3dd8d56fc3386.tar.gz CMake-7b3d4799f8c03162d537e65effd3dd8d56fc3386.tar.bz2 |
Help: update policy 0078 documentation
Diffstat (limited to 'Help')
-rw-r--r-- | Help/policy/CMP0078.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/policy/CMP0078.rst b/Help/policy/CMP0078.rst index 54cdc9c..2e97934 100644 --- a/Help/policy/CMP0078.rst +++ b/Help/policy/CMP0078.rst @@ -1,6 +1,8 @@ CMP0078 ------- +:module:`UseSWIG` generates standard target names. + Starting with CMake 3.13, :module:`UseSWIG` generates now standard target names. This policy provides compatibility with projects that expect the legacy behavior. |