Files
CMake/Help/release/dev/UseSWIG-CMP0086.rst
Marc Chevrier dff28141dc UseSWIG: add management of SWIG option -module
When file property SWIG_MODULE_NAME is specified, provide option -module
to SWIG compiler.

Fixes: #18374
2018-12-07 18:51:57 +01:00

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`.