Re: [CMake] custom commands, targets and parallel builds

2018-11-25 Thread Kris Thielemans
> From: Alan W. Irwin, Sent: 25 November 2018 01:48 Many thanks Alan, answers and questions below > On 2018-11-25 00:23- Kris Thielemans wrote: > > > I'm trying to add doxygen-generated comments to my Python module build > > via SWIG using https://github.com/m7thon/doxy2swig. This means I

Re: [CMake] custom commands, targets and parallel builds

2018-11-24 Thread Alan W. Irwin
On 2018-11-25 00:23- Kris Thielemans wrote: Hi all I'm trying to add doxygen-generated comments to my Python module build via SWIG using https://github.com/m7thon/doxy2swig. This means I need to run doxygen first, then run doxy2swig, and only then run swig. However, I'm getting reports

[CMake] custom commands, targets and parallel builds

2018-11-24 Thread Kris Thielemans
Hi all I'm trying to add doxygen-generated comments to my Python module build via SWIG using https://github.com/m7thon/doxy2swig. This means I need to run doxygen first, then run doxy2swig, and only then run swig. However, I'm getting reports that parallel builds are failing (sometimes).