The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=13962 ====================================================================== Reported By: Michael Tänzer Assigned To: ====================================================================== Project: CMake Issue ID: 13962 Category: Modules Reproducibility: always Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2013-02-28 00:42 CET Last Modified: 2013-02-28 00:42 CET ====================================================================== Summary: Add support for objdump to GetPrerequisites.cmake to make it usable on MinGW without Visual Studio installed Description: If you only have a MinGW environment without Visual Studio installed on a Windows system the fixup_bundle() from BundleUtilities which in turn uses get_prerequisites() from GetPrerequisites won't work as intended because dumpbin is not available on the system. However MinGW comes with objdump which can be used instead.
I have implemented this in https://github.com/NEOatNHNG/CMake.git get_prerequisites-add-objdump Additional Information: A pull request is underway ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-02-28 00:42 Michael Tänzer New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
