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