> > Hmm, it does work using the example project here: > > http://www.cmake.org/cgi-bin/viewcvs.cgi/Tests/CPackComponents/?root=CMake > > and adding > > include(InstallRequiredSystemLibraries) > > before > > include(CPack) > > > > I guess I must be doing _something_ wrong, > > Maybe, maybe not; we don't know what you're doing :)
hehe, good point :) > > I noticed that I need to update the wiki page with instructions for > using the new cpack_add_* commands, which will make life a bit easier. > Documentation for these commands is available via: > > cmake --help-module CPack > > Since you're probably setting CPACK_COMPONENTS_ALL explicitly, could > you try adding Unspecified to that list? I was actually in the progress of changing everything to the cpack_add_ commands when your email arrived. However, adding Unspecified to CPACK_COMPONENTS_ALL (as per your suggestion) did the trick. Thank you! Are you deprecating the old SET(...) way of doing components? - Thomas _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
