[CMake] Wrapper for cmake (configure-script)

Kent Williams nkwmailinglists at gmail.com
Thu Feb 14 10:56:44 EST 2013


This is a good start.  There's only one problem: What happens if CMake
isn't installed.  Searching for a proper version of CMake should be dine in
the script as well.

It should also generate a config.status file.  This need not be incredibly
sophisticated, but since autoconf always generates one, I suspect there are
people that do depend on it.


On Thu, Feb 14, 2013 at 2:59 AM, Richard Wiedenhöft <
richard.wiedenhoeft at gmail.com> wrote:

> Hello,
>
> I recently started writing a configure shell-script that is calling
> cmake and accepts options similar to the autotools configure script.
>
> https://github.com/Richard-W/cmake-configure-wrapper
>
> Maybe it is useful to some of you.
>
> As of now it is only supporting the CC, CXX and --prefix option, because
> they are sufficient for me. Contributions however are very welcome.
>
> ~Richard
>
> --
>
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20130214/6ae01b24/attachment-0001.htm>


More information about the CMake mailing list