mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
UseSWIG: Clarify documentation of SWIG_OUTFILE_DIR
The `SWIG_OUTFILE_DIR` variable provides the option to specify an output directory location. This commit removes portion stating that this is equal to the `swig -o` option since it does not set the output filename. Fixes: #17703 Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@@ -59,8 +59,8 @@ Some variables can be set to specify special behavior of SWIG:
|
||||
Specify where to write the language specific files (swig ``-outdir`` option).
|
||||
|
||||
``SWIG_OUTFILE_DIR``
|
||||
Specify where to write the output file (swig ``-o`` option).
|
||||
If not specified, ``CMAKE_SWIG_OUTDIR`` is used.
|
||||
Specify an output directory name where the generated source file will be
|
||||
placed. If not specified, ``CMAKE_SWIG_OUTDIR`` is used.
|
||||
|
||||
``SWIG_MODULE_<name>_EXTRA_DEPS``
|
||||
Specify extra dependencies for the generated module for ``<name>``.
|
||||
|
||||
Reference in New Issue
Block a user