CMP0122.rst 547 B

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