[CMake] build package of subproject with cpack

2010-02-09 Thread normanraedke
Hello everybody, is there a way to build a package of sub project with CPACK. I have a Project which consists off different subprojects most shared library projects. The problem is that only the generated top level project include a CPackConfig.cmake file. The CMakeLists.txt files from avery su

[CMake] How only build a subproject with CPACK

2010-02-04 Thread normanraedke
Hello, i will try to build a package instead a subproject of a cmake project. There is only a CPackConfig.cmake file in the top level of the cmake project which build a package with all files. How can i build only a package from a subproject of the top level project. Best regards Norman Rädke