On Wednesday 09 September 2009, Dietmar Hummel wrote:
> Hi everybody!
>
> I searched around but could not find the solution. My question is, is there
> a option in cmake to actually start the build.
> If i execute cmake with --system-information it shows me in the variable
> CMAKE_BUILD_TOOL the correct program to start the build. As you know this
> is make on unix systems but devenv or something else on windows.
>
> So is there anything like
>
> cmake funny_start_the_build_parameter [maybe some params]

cmake from cvs HEAD gives this:
$ cmake --help 
...
  --build <dir>               = Build a CMake-generated project binary tree.
...

Did you try this ?

Alex
_______________________________________________
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