Re: [CMake] CPack: Project and independent subproject

2012-10-23 Thread Romain LEGUAY
Thank you Eric, I succeed to create the package by using CPACK_INSTALL_CMAKE_PROJECTS variable. I have some problem now to put my package in a specific folder. I try to set CPACK_TOPLEVEL_TAG variable but there is no change... Le 22/10/12 20:59, Eric Noulard a écrit : If you want to have

Re: [CMake] CPack: Project and independent subproject

2012-10-23 Thread Eric Noulard
2012/10/23 Romain LEGUAY romain.leg...@gmail.com: Thank you Eric, I succeed to create the package by using CPACK_INSTALL_CMAKE_PROJECTS variable. I have some problem now to put my package in a specific folder. I try to set CPACK_TOPLEVEL_TAG variable but there is no change... Toplevel

[CMake] CPack: Project and independent subproject

2012-10-22 Thread Romain LEGUAY
Hello everyone, My c++ project contains a Library folder, an Applications folder and a Demos folder like this: Project/ |- Library/ |- include/ |- src/ |- Applications/ |- appliA/

Re: [CMake] CPack: Project and independent subproject

2012-10-22 Thread Eric Noulard
2012/10/22 Romain LEGUAY romain.leg...@gmail.com: Hello everyone, My c++ project contains a Library folder, an Applications folder and a Demos folder like this: Project/ |- Library/ |- include/ |- src/ |- Applications/