Re: [CMake] touch flag once all (target) sucess

2011-08-12 Thread t m
>>> I would like to touch flag file in the CMAKE_BINARY_DIR once the >>> target all is executed with sucess. >>> Since currently I'm not able to specify the dependency to this >>> build-in target I do not have any hook to recognize if all sucess and >>> 1. Does anyone knows any hint that can help m

Re: [CMake] touch flag once all (target) sucess

2011-08-11 Thread Michael Wild
On Thu 11 Aug 2011 09:44:00 AM CEST, t m wrote: >> Hi All, >> >> I would like to touch flag file in the CMAKE_BINARY_DIR once the >> target all is executed with sucess. >> Since currently I'm not able to specify the dependency to this >> build-in target I do not have any hook to recognize if all su

Re: [CMake] touch flag once all (target) sucess

2011-08-11 Thread t m
> Hi All, > > I would like to touch flag file in the CMAKE_BINARY_DIR once the > target all is executed with sucess. > Since currently I'm not able to specify the dependency to this > build-in target I do not have any hook to recognize if all sucess and > to touch file. > > 1. Does anyone knows any

[CMake] touch flag once all (target) sucess

2011-08-04 Thread t m
Hi All, I would like to touch flag file in the CMAKE_BINARY_DIR once the target all is executed with sucess. Since currently I'm not able to specify the dependency to this build-in target I do not have any hook to recognize if all sucess and to touch file. 1. Does anyone knows any hint that can h