Re: [cmake-developers] [PATCH] Don't generate erroneous outputs with -noproxy.

2015-09-09 Thread Brad King
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.

[cmake-developers] [PATCH] Don't generate erroneous outputs with -noproxy.

2015-09-04 Thread Ben Webb
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