The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=15428 ====================================================================== Reported By: johan andruejol Assigned To: ====================================================================== Project: CMake Issue ID: 15428 Category: CMake Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2015-03-02 14:29 EST Last Modified: 2015-03-02 14:29 EST ====================================================================== Summary: InstallRequiredSystemLibraries.cmake does not work when installing with component Description: The libraries found with the InstallRequiredSystemLibraries.cmake always have the "Unspecified" component since no component is specified. This makes project that package with the component option (CPACK_INSTALL_CMAKE_PROJECTS) not install those libraries.
I included a patch that could be a solution to this problem. Steps to Reproduce: For example, Slicer as of https://github.com/Slicer/Slicer/commit/454fed0f5f2f8ea18269f2bfdfc4733326c4c6d7 does not package the windows redistributable libraries. (See also download.slicer.org/bitstream/325826) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2015-03-02 14:29 johan andruejolNew Issue 2015-03-02 14:29 johan andruejolFile Added: 0001-Modules-Add-component-option-for-InstallRequiredSyst.patch ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
