[CMake] CPack source package path

2009-03-09 Thread Adolfo Rodríguez
Hi, I have set up CPack to generate source and binary packages with the TGZ generator. As I understand, the compressed tar consists of the files located in: ${CMAKE_BINARY_DIR}/_CPack_Packages/Linux-Source/TGZ/ I want to exclude some files from the package_source target, so I need to reference

Re: [CMake] CPack source package path

2009-03-09 Thread Eric Noulard
2009/3/9 Adolfo Rodríguez dof...@gmail.com: Hi, I have set up CPack to generate source and binary packages with the TGZ generator. As I understand, the compressed tar consists of the files located in: ${CMAKE_BINARY_DIR}/_CPack_Packages/Linux-Source/TGZ/ I want to exclude some files from

Re: [CMake] CPack source package path

2009-03-09 Thread Adolfo Rodríguez
On Mon, Mar 9, 2009 at 11:47 AM, Eric Noulard eric.noul...@gmail.comwrote: 2009/3/9 Adolfo Rodríguez dof...@gmail.com: Hi, I have set up CPack to generate source and binary packages with the TGZ generator. As I understand, the compressed tar consists of the files located in:

Re: [CMake] CPack source package path

2009-03-09 Thread Adolfo Rodríguez
OK, I get it now! I still have another question, which is somewhat unrelated. Currently, when I configure CPack from CMake, I do a set(CPACK_INSTALL_COMMANDS some command), which ends up setting the variable in _both_ CPackConfig.cmake CPackSourceConfig.cmake. How can I set this variable (from