[CMake] Using cmake install target to add into svn directory

Vivek Goel goelvivek2011 at gmail.com
Sat Dec 8 14:56:49 EST 2012


Do I need to change all install rull using this syntax or can I use an
override rule which can do It for all components ?

regards
Vivek Goel



On Sun, Dec 9, 2012 at 12:59 AM, Martin Koller <martin.koller at etm.at> wrote:

> On Friday 07 December 2012 07:37:38 Vivek Goel wrote:
> > Hi,
> > I am using cmake install target to copy files to directory.
> > Is there a way I can tell cmake to automatically add destination files
> in svn repo  ?
> >
> > regards
> > Vivek Goel
>
> What about an additional install rule, e.g.
> install(CODE "execute_process(COMMAND svn add ${theFile})")
> --
> Best regards/Schöne Grüße
>
> Martin
>
> A: Because it breaks the logical sequence of discussion
> Q: Why is top posting bad?
>
> ()  ascii ribbon campaign - against html e-mail
> /\  www.asciiribbon.org   - against proprietary attachments
>
> This mail was not scanned before sending.
> It was sent from a secure Linux desktop.
> --
>
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20121209/37fe84f2/attachment.htm>


More information about the CMake mailing list