Hi,

So to complete a certain task in the install target i had to use my own perl 
script(installing features depending on command line arg). So I do
install(CODE "execute_process(COMMAND perl script.pl)

Now to make something really functional and integrated in cmake I wanted to 
update the uninstall_manifest.txt from within my perl script.

Only problem, it seems that I cant .... Apparently cmake opens 
uninstall_manifest.txt and closes it after me (after the end of my script) with 
an empty content.

Does anyone sees a way to go round that?

Thanks

_______________________________________________
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

Reply via email to