<html><body><div>Hello,<br>
<br>
I tried to create a visual studio 2012 solution under Windows 8 Release Preview.<br>
This solution contains for demo purpose only a main.cpp file<br>
<br>
I tried the 32 bit variant and the<br>
<span style="font-family: courier new,monospace; font-size: 12px; color: rgb(97, 97, 97);">cmake -G "Visual Studio 11" ..\source</span><br>
<br>
64 bit variant:<br>
<span style="font-family: courier new,monospace; font-size: 12px; color: rgb(97, 97, 97);">cmake -G "Visual Studio 11 Win64" ..\source</span><br>
<br>
After I load the *.sln file with Visual Studio I get the following result:<br>
<br>
<span style="font-size: 12px; color: rgb(97, 97, 97); font-family: courier new,monospace;">ALL_BUILD (incompatible)</span><br>
<span style="font-size: 12px; color: rgb(97, 97, 97); font-family: courier new,monospace;">DemoPrj (load failed)</span><br>
<span style="font-size: 12px; color: rgb(97, 97, 97); font-family: courier new,monospace;">ZERO_CHECK (incompatible)</span><br>
<br>
Here is the CMakeLists.txt file:<br>
<br>
<span style="color: rgb(99, 99, 99); font-family: courier new,monospace; font-size: 12px;">project(DemoPrj)</span><br>
<br>
<span style="color: rgb(99, 99, 99); font-family: courier new,monospace; font-size: 12px;">add_executable(DemoPrj main.cpp)</span><br>
<span style="color: rgb(99, 99, 99); font-family: courier new,monospace; font-size: 12px;">target_link_libraries(DemoPrj)</span><br>
<br>
<br>
And here is the main.cpp:<br>
<br>
<span style="font-family: courier new,monospace; font-size: 12px; color: rgb(97, 97, 97);">int main(int argc, char* argv[]) {</span><br>
<span style="font-family: courier new,monospace; font-size: 12px; color: rgb(97, 97, 97);"> return 0;</span><br>
<span style="font-family: courier new,monospace; font-size: 12px; color: rgb(97, 97, 97);">}</span><br><br>I use the following:<br><ul><li>cmake 2.8.8</li><li>Visual Studio 2012 RC</li><li>Windows 8 Release Preview<br></li></ul><br>Is Visual Studio 2012 not supported yet?<br><br>Thanks in advance<br><br>Best Regards<br>
</div></body></html>