On 09/04/2015 05:33 PM, Ben Webb wrote:
> Modules/UseSWIG.cmake | 10 ++
> 1 file changed, 6 insertions(+), 4 deletions(-)
Applied, thanks:
FindSWIG: Do not generate erroneous outputs with -noproxy
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=96a8890c
-Brad
--
Powered by www.
Generally for a module foo, SWIG generates (in Python mode)
an extension module _foo.so and a proxy Python module foo.py.
However, if -noproxy is specified, instead it builds only foo.so
(without the leading underscore). The custom command generated
by CMake correctly handles the removal of this un