<div dir="ltr">Hello, I'm trying to generate a Visual Studio 11 solution using v100 toolset and it is failing to compile a test program:<div><br></div><div>I run cmake -G "Visual Studio 11 Win64" -T "v100" <path to source><br>
<div><br></div><div><div>-- The C compiler identification is MSVC 16.0.40219.1</div><div>-- The CXX compiler identification is MSVC 16.0.40219.1</div><div>-- Check for working C compiler using: Visual Studio 11 Win64</div>
<div>-- Check for working C compiler using: Visual Studio 11 Win64 -- broken</div><div>CMake Error at D:/vc11build/cmake-2.8.11/install/data/Modules/CMakeTestCCompiler.cmake:61 (message):</div><div> The C compiler "c:/Program Files (x86)/Microsoft Visual Studio</div>
<div> 10.0/VC/bin/x86_amd64/cl.exe" is not able to compile a simple test program.</div><div><br></div><div> It fails with the following output:</div><div><br></div><div> Change Dir: D:/vc11build/cmake-2.8.11/vc11w10-test/CMakeFiles/CMakeTmp</div>
<div><br></div><div><br></div><div><br></div><div> Run Build Command:C:\PROGRA~2\MICROS~3.0\Common7\IDE\<a href="http://devenv.com">devenv.com</a></div><div> CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec2195211524</div>
<div><br></div><div><br></div><div><br></div><div> Microsoft (R) Microsoft Visual Studio 2012 Version 11.0.60315.1.</div><div><br></div><div> Copyright (C) Microsoft Corp. All rights reserved.</div><div><br></div><div>
<br></div><div><br></div><div> The operation could not be completed. The parameter is incorrect.</div></div></div><div><br></div><div style>It then lists the <a href="http://devenv.com">devenv.com</a> usage parameters:</div>
<div style><br></div><div style>devenv [solutionfile | projectfile | anyfile.ext] [switches]</div><div style><br></div><div style>And so on. Finally:</div><div style><br></div><div style><div> CMake will not be able to correctly generate this project.</div>
<div>Call Stack (most recent call first):</div><div> CMakeLists.txt:11 (project)</div><div><br></div><div><br></div><div>-- Configuring incomplete, errors occurred!</div></div><div style><br></div><div style>And so on.</div>
</div>