[cmake-developers] [CMake 0013962]: Add support for objdump to GetPrerequisites.cmake to make it usable on MinGW without Visual Studio installed

Mantis Bug Tracker mantis at public.kitware.com
Wed Feb 27 18:42:05 EST 2013


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                                    
======================================================================




More information about the cmake-developers mailing list