<div dir="ltr">Yes, I'm using Visual Studio 11 (aka 2012) generator.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Dec 28, 2013 at 3:04 PM, John Drescher <span dir="ltr"><<a href="mailto:drescherjm@gmail.com" target="_blank">drescherjm@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sat, Dec 28, 2013 at 8:35 AM, Ansis Māliņš <<a href="mailto:ansis.malins@gmail.com">ansis.malins@gmail.com</a>> wrote:<br>
> The minimal CMakeLists.txt with content<br>
><br>
> CMAKE_MINIMUM_REQUIRED(VERSION 2.8)<br>
> PROJECT(CMakeTest)<br>
><br>
> on CMake 2.8.12.1 on Windows 7 64 bit with Visual Studio 2012 produces the<br>
> result<br>
><br>
> CMake Error at C:/Program Files (x86)/CMake<br>
> 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:446<br>
> (execute_process):<br>
> execute_process given COMMAND argument with no value.<br>
> Call Stack (most recent call first):<br>
> C:/Program Files (x86)/CMake<br>
> 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:48<br>
> (CMAKE_DETERMINE_COMPILER_ID_VENDOR)<br>
> C:/Program Files (x86)/CMake<br>
> 2.8/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake:131<br>
> (CMAKE_DETERMINE_COMPILER_ID)<br>
> CMakeLists.txt:2 (PROJECT)<br>
><br>
><br>
> The C compiler identification is unknown<br>
> CMake Error at C:/Program Files (x86)/CMake<br>
> 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:446<br>
> (execute_process):<br>
> execute_process given COMMAND argument with no value.<br>
> Call Stack (most recent call first):<br>
> C:/Program Files (x86)/CMake<br>
> 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:48<br>
> (CMAKE_DETERMINE_COMPILER_ID_VENDOR)<br>
> C:/Program Files (x86)/CMake<br>
> 2.8/share/cmake-2.8/Modules/CMakeDetermineCXXCompiler.cmake:127<br>
> (CMAKE_DETERMINE_COMPILER_ID)<br>
> CMakeLists.txt:2 (PROJECT)<br>
><br>
><br>
> The CXX compiler identification is unknown<br>
> Configuring incomplete, errors occurred!<br>
><br>
> What do?<br>
><br>
<br>
</div></div>Did you use the correct generator? Remember that Visual Studio 2012 is<br>
Visual Studio 11 not Visual Studio 12.<br>
<span class="HOEnZb"><font color="#888888"><br>
John<br>
</font></span></blockquote></div><br></div>