mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
8444b984a2
`swig` has two output-related options: * `-o <outfile>`: Set name of C/C++ output file to <outfile> * `-outdir <dir>`: Set language-specific files output directory to <dir> We already have `CMAKE_SWIG_OUTDIR` for the latter. Add a new `SWIG_OUTFILE_DIR` option for the former.