[CMake] cmake option to check that a command has produced the file it should has produced

2009-02-17 Thread Gaëtan Lehmann
Hi, I wonder, is there an option in cmake to check that a custom command has produced the files it should have produced? In my case, doxygen may not produce all the expected files, depending on the comment it finds in the source code, but install of the man pages will fail because of

Re: [CMake] cmake option to check that a command has produced the file it should has produced

2009-02-17 Thread Eric Noulard
2009/2/17 Gaëtan Lehmann gaetan.lehm...@jouy.inra.fr: Hi, I wonder, is there an option in cmake to check that a custom command has produced the files it should have produced? I don't think there is such option. However if you have the list of supposedly produced files you may check if they