Re: [CMake] Cpack Installing extra files depending on generator type

2011-12-09 Thread Eric Noulard
2011/12/9 vivek goel goelvivek2...@gmail.com: I want to generate two package type . So I am using following syntax in my CMakeLists.txt  SET(CPACK_GENERATOR TGZ;RPM) Now problem is that I want to install some extra files in Generator RPM. And I want to set different Install RPM prefix. How

Re: [CMake] Cpack Installing extra files depending on generator type

2011-12-09 Thread vivek goel
Hi, Can you please give an example for install(SCRIPT ...) So I can install a init-script with rpm ? On 12/9/11, Eric Noulard eric.noul...@gmail.com wrote: 2011/12/9 vivek goel goelvivek2...@gmail.com: I want to generate two package type . So I am using following syntax in my CMakeLists.txt

[CMake] Cpack Installing extra files depending on generator type

2011-12-08 Thread vivek goel
I want to generate two package type . So I am using following syntax in my CMakeLists.txt SET(CPACK_GENERATOR TGZ;RPM) Now problem is that I want to install some extra files in Generator RPM. And I want to set different Install RPM prefix. How can I do that ? -- regards Vivek Goel -- Powered