Re: [CMake] CMAKE install command post process the file

2011-12-28 Thread Eric Noulard
2011/12/28 vivek goel : > I am installing static file using cmake INSTALL command > > I want to post process the output file using cmake > > example > > Static files are having string like v={{VERSION}} > > I want to replace {{VERSION}} in the output files. > > Is it possible with cmake ? using uti

[CMake] CMAKE install command post process the file

2011-12-28 Thread vivek goel
I am installing static file using cmake INSTALL command I want to post process the output file using cmake example Static files are having string like v={{VERSION}} I want to replace {{VERSION}} in the output files. Is it possible with cmake ? using utility like sed. -- regards Vivek Goel --