CPack.cmake is doing its jobs, since I don't need to set CPACK_INSTALL_CMAKE_PROJECTS myself. I get a package with "ALL" component since CPack.cmake create: SET(CPACK_INSTALL_CMAKE_PROJECTS "/home/eric/certi/build;CERTI;ALL;/") Did you try not setting CPACK_INSTALL_CMAKE_PROJECTS by yourself and let CMake do its job? (May be you should del your build tree and retry). -- Erk