1CMP0122
2-------
3
4.. versionadded:: 3.21
5
6:module:`UseSWIG` use library name conventions for ``CSharp`` language.
7
8Starting with CMake 3.21, :module:`UseSWIG` generates now a library using
9default naming conventions. This policy provides compatibility with projects
10that expect the legacy behavior.
11
12This policy was introduced in CMake version 3.21.  CMake version
13|release| warns when the policy is not set and uses ``OLD`` behavior.
14Use the :command:`cmake_policy` command to set it to ``OLD`` or ``NEW``
15explicitly.
16
17.. include:: DEPRECATED.txt
18