Hello! Can you please help me?<div>I use such cmdline to run build with CMake - &quot;cmake-2.8.6\bin\cmake --build folder_with_solution&quot;, where &quot;folder_with_solution&quot; is folder with some_name.sln file.</div>
<div>And what I have is:</div><div><br></div><div><div>The following files were specified on the command line:</div><div><br></div><div>        Project.sln</div><div><br></div><div>These files could not be found and will not be loaded.</div>
</div><div><br></div><div>Can I somehow specify the name of solution/project file? On linux --build works fine with Makefiles.</div><div>Thanks!</div>