The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=14585 ====================================================================== Reported By: sajty Assigned To: ====================================================================== Project: CMake Issue ID: 14585 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2013-11-19 17:25 EST Last Modified: 2013-11-19 17:25 EST ====================================================================== Summary: msbuild always fails Description: Build always fails with same error when you try to build the visual studio solution in the command line: Error: invalid option 'debug'
Building inside visual studio IDE works without issues. I have tried building it with devenv.exe and msbuild.exe too, but that fails too. Steps to Reproduce: cmake .. -G"Visual Studio 12" cmake --build . --target ALL_BUILD --config Debug ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-11-19 17:25 sajty 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