[CMake] can cmake start the build?

Alexander Neundorf a.neundorf-work at gmx.net
Wed Sep 9 16:36:19 EDT 2009


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


More information about the CMake mailing list