cmake/cpack 2.8.8 on redhat6<div><br></div><div><div>I&#39;m trying to generate multiple tar.bz2 files for diffeent componenents and I&#39;m having some problems...running &quot;make package&quot; yields a single tarball with all files. Relevant parts of CMakeLists.txt are below. Also tried setting CMAKE_MONOLITHIC_INSTALL 0  to no effect.</div>
<div><br></div><div><div># sample install commands</div><div>install(TARGETS MainExe RUNTIME DESTINATION bin CONFIGURATIONS Debug COMPONENT DebugSDK)</div><div>install(TARGETS MainExe RUNTIME DESTINATION bin CONFIGURATIONS Release;RelWithDebInfo;MinSizeRel COMPONENT ReleaseSDK)</div>
<div>install(DIRECTORY ${App_SOURCE_DIR}/../Release/DefaultSettings DESTINATION . COMPONENT SDK)</div><div><br></div><div>#...</div><div># cpack config</div><div>set(CPACK_GENERATOR TBZ2)</div><div>set(CPACK_TBZ2_COMPONENT_INSTALL ON)</div>
<div>set(CPACK_COMPONENTS_ALL SDK DebugSDK ReleaseSDK)</div><div>include(CPack)</div></div><div><br></div>-- <br>Trevor R.H. Clarke<br>Computer Science House<br>Rochester Institute of Technology<br><a href="mailto:retrev@csh.rit.edu">retrev@csh.rit.edu</a><br>
<a href="http://www.csh.rit.edu/~retrev/">http://www.csh.rit.edu/~retrev/</a><br><br>
</div>