I've been trying to build the INSTALL project as part of the solution from 
the commandline. For example, after running:

cmake -G "Visual Studio 9 2008" ..

I've tried:

msbuild /t:INSTALL /p:Configuration=Release solution.sln

But this builds ALL_BUILD and then tells me tells me:

The project "INSTALL" is not selected for building in solution 
configuration "Release|Win32"

Is there a way to make this work from cmake's end? I've tried every 
commandline swtich I can think of for msbuild but have had no luck. I can 
build the INSTALL.vcproj directly, but this looses the dependencies 
between projects, like INSTALL's dependency on ALL_BUILD. I'd like to get 
this done with one call if possible.
---------------------------------------------------------
Aaron Wright
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to