The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=11930 ====================================================================== Reported By: Eric NOULARD Assigned To: Eric NOULARD ====================================================================== Project: CMake Issue ID: 11930 Category: CPack Reproducibility: always Severity: minor Priority: normal Status: assigned Target Version: CMake 2.8.5 ====================================================================== Date Submitted: 2011-03-04 22:46 CET Last Modified: 2011-03-04 22:46 CET ====================================================================== Summary: COMPONENTS not belonging to any GROUP are left unpackaged Description: When doing component packaging http://www.cmake.org/Wiki/CMake:Component_Install_With_CPack CPACK_COMPONENTS_ALL defines the list of component to install (may contains less than the whole set of component).
When doing default component packaging or ALL_GROUP_IN_ONE paackage the COMPONENT not belonging to any GROUP are not packaged which seems a bug since the user did specify them in CPACK_COMPONENTS_ALL. Additional Information: Whatever the way we do COMPONENT packaging we should always package **ALL** the components listed in CPACK_COMPONENTS_ALL. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-03-04 22:46 Eric NOULARD New Issue 2011-03-04 22:46 Eric NOULARD Status new => assigned 2011-03-04 22:46 Eric NOULARD Assigned To => Eric NOULARD ====================================================================== _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
