2013/12/5 Macumber, Daniel <daniel.macum...@nrel.gov>:
> I’m sure this has come up before but I’m curious if CMake-GUI would ever
> consider adding a “Build” button?  This seems like a logical step after
> “Configure” and “Generate”, if it was available on the command line it could
> also help automate CMake based builds on different systems.

You can do that on the command line with

cmake --build /path/to/buildtree

> Right now
> scripts that build on multiple systems have to use CMake and then call
> whatever system specific build command there is for that system.  I assume
> there is some rational reason why CMake doesn’t do this but I think it would
> be good if it could.

Command line can do it. I guess adding a build button to CMake-GUI wouldn't be
that difficult.

>
>
>
> Just my 2 cents,
> Dan
>
>
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more
> information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake



-- 
Erk
L'élection n'est pas la démocratie -- http://www.le-message.org
--

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

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

Reply via email to