[CMake] post-install script

David Cole david.cole at kitware.com
Sat May 23 07:22:08 EDT 2009


Put your install( CODE ... ) at the very bottom of the top level
CMakeLists.txt file. Then it should run last after all other install steps.
Did you already try that and there was a problem with it?


On Sat, May 23, 2009 at 3:12 AM, Michael Wild <themiwi at gmail.com> wrote:

> On 21. May, 2009, at 10:14, Michael Wild wrote:
>
>  Hi all
>>
>> I need to run a install( CODE ... ) script as a post-install step after
>> everything else has been installed. How do I enforce that?
>>
>> Thanks for any help.
>>
>> Michael
>>
>
> Nobody got any ideas?
>
> _______________________________________________
> 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/20090523/c8741c42/attachment.htm>


More information about the CMake mailing list