mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 12:19:41 -06:00
When file property SWIG_MODULE_NAME is specified, provide option -module to SWIG compiler. Fixes: #18374
7 lines
213 B
ReStructuredText
7 lines
213 B
ReStructuredText
UseSWIG-CMP0086
|
|
---------------
|
|
|
|
* The :module:`UseSWIG` module passes option ``-module <module_name>`` to
|
|
``SWIG`` compiler if the file property ``SWIG_MODULE_NAME`` is defined.
|
|
See policy :policy:`CMP0086`.
|