<br><font size=2 face="sans-serif">I've been trying to build the INSTALL
project as part of the solution from the commandline. For example, after
running:</font>
<br>
<br><font size=2 face="Terminal">cmake -G &quot;Visual Studio 9 2008&quot;
..</font>
<br>
<br><font size=2 face="sans-serif">I've tried:</font>
<br>
<br><font size=2 face="Terminal">msbuild /t:INSTALL /p:Configuration=Release
solution.sln</font>
<br>
<br><font size=2 face="sans-serif">But this builds </font><font size=2 face="Terminal">ALL_BUILD</font><font size=2 face="sans-serif">
and then tells me tells me:</font>
<br>
<br><font size=2 face="Terminal">The project &quot;INSTALL&quot; is not
selected for building in solution configuration &quot;Release|Win32&quot;</font>
<br>
<br><font size=2 face="sans-serif">Is there a way to make this work from
cmake's end? I've tried every commandline swtich I can think of for </font><font size=2 face="Terminal">msbuild</font><font size=2 face="sans-serif">
but have had no luck. I can build the </font><font size=2 face="Terminal">INSTALL.vcproj
</font><font size=2 face="sans-serif">directly, but this looses the dependencies
between projects, like</font><font size=2 face="Terminal"> INSTALL</font><font size=2 face="sans-serif">'s
dependency on </font><font size=2 face="Terminal">ALL_BUILD</font><font size=2 face="sans-serif">.
I'd like to get this done with one call if possible.</font>
<br><font size=2 face="sans-serif">---------------------------------------------------------<br>
Aaron Wright</font>