[cmake-developers] [CMake 0013870]: GNUtoMS does not work with Ninja

Mantis Bug Tracker mantis at public.kitware.com
Wed Jan 23 08:50:50 EST 2013


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=13870 
====================================================================== 
Reported By:                Daniel Pfeifer
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13870
Category:                   (No Category)
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-01-23 08:50 EST
Last Modified:              2013-01-23 08:50 EST
====================================================================== 
Summary:                    GNUtoMS does not work with Ninja
Description: 
When
- building a shared library that exports symbols and
- the platform is Windows and
- Visual Studio is installed and
- the variable CMAKE_GNUtoMS is set and
- the compiler is GNU and
- the generator is Ninja,
no *.lib file is generated.


Steps to Reproduce: 
See attached project.

This succeeds:
cmake -G"Unix Makefiles" <path to project>

This fails:
cmake -GNinja <path to project>
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-01-23 08:50 Daniel Pfeifer New Issue                                    
2013-01-23 08:50 Daniel Pfeifer File Added: GNUtoMS.7z                       
======================================================================




More information about the cmake-developers mailing list