<div dir="ltr">Okay my complaint was an issue of upgrading without deleting cmakecache.txt...<div><br></div><div>my android projects had an issue because of a new variable for platform="windows" in cmakefiles/3.0.0 that didn't get set correctly because again I didn't delete cmakecache</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 12, 2014 at 7:35 PM, J Decker <span dir="ltr"><<a href="mailto:d3ck0r@gmail.com" target="_blank">d3ck0r@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 dir="ltr">How do I tell cmake to use 'msbuild' instead of 'devenv' as the build tool?<div><br></div><div>Early in my scripts I used to do this bit....</div><div><br></div><div># set REAL_CMAKE_PROGRAM to what's in registry for msbuild</div>

<div>set( CMAKE_MAKE_PROGRAM ${REAL_CMAKE_MAKE_PROGRAM} )<br></div><div><div><br></div><div><br></div><div>Do Not use devenv </div><div>   .... as a side effect for building, it logs in the registry as 'most recently used' which destroys history; if I was editing project 1 and 5 of 20 projects then when opening visual studio it would be nice to be able to reopen those to continue work in the IDE; but there's only a list of 10 items, so 1 and 5 are no longer in the list of most recently used files.</div>

<div>  ... was going to be an enumerated list but I forget other single points about that because I havent' had to deal with it for a year</div><div>   ... I know you use devenv to support Fortran; but I'm not even sure vs2012++ even understand fortran; but definatly I will never have fortran code... </div>

<div><br></div><div><br></div><div><br></div><div> I would like to specify to use msbuild instead of devenv; and setting cmake_make_program used to work.</div><div><br></div><br></div></div>
</blockquote></div><br></div>