Re: [CMake] UseSWIG and -interface flag (was: Re: CMake 2.6.1 available for download)

2008-08-04 Thread Brad King
Mathieu Malaterre wrote: > In order to support -interface, one would need to fix the MACRO in > UseSWIG.cmake: > > MACRO(SWIG_GET_EXTRA_OUTPUT_FILES language outfiles generatedpath infile) > GET_SOURCE_FILE_PROPERTY(SWIG_GET_EXTRA_OUTPUT_FILES_module_basename > ${infile} SWIG_MODULE_NAME) >

[CMake] UseSWIG and -interface flag (was: Re: CMake 2.6.1 available for download)

2008-08-04 Thread Mathieu Malaterre
On Mon, Aug 4, 2008 at 7:04 PM, Brad King <[EMAIL PROTECTED]> wrote: > Mathieu Malaterre wrote: >> I can reproduce my infinite dependencie problem. Every time I type >> 'make' it redoes the swig step, using cmake 2.4.5 I cannot reproduce >> the issue. >> How do I track this thing down ? Otherwi