Seem I've found issue, in CMakeCache.txt I have two targets:<div><br></div><div><div>//Value Computed by CMake</div><div>Project_BINARY_DIR:STATIC=C:/_work/test_build</div><div>//Value Computed by CMake</div><div>Project_SOURCE_DIR:STATIC=C:/_work/test</div>
<div><br></div><div>//Value Computed by CMake</div><div>test_BINARY_DIR:STATIC=C:/_work/test_build</div><div>//Value Computed by CMake</div><div>test_SOURCE_DIR:STATIC=C:/_work/test</div></div><div><br></div><div>May be that is why I have problem with --build? But I use project( "test" ) function only one time.. How I can remove this from projects generation?<br>
<br><div class="gmail_quote">2011/10/26 Anton Sibilev <span dir="ltr"><<a href="mailto:anton.sibilev@gmail.com">anton.sibilev@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello! Can you please help me?<div>I use such cmdline to run build with CMake - "cmake-2.8.6\bin\cmake --build folder_with_solution", where "folder_with_solution" 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>
</blockquote></div><br></div>