CPack allows me to configure the basename of the package, but I would like
to be able to change the extension used.  I dug around the CPack sources and
it looks like the file extension is baked into the 'virtual const char*
GetOutputExtension() { return ".sh"; }' function.  It doesn't look like I
can configure it, so I'm trying to see if there is a way to rename the file
after it's been generated.  Kind of like a post-link command.  Does anyone
know how I could do this?

Thanks,
James
_______________________________________________
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