Re: Migration from autotools to cmake

Joel Rosdahl <[email protected]> Tue, 19 Jul 2016 18:17:24 +0200
Newsgroups gmane.comp.compilers.ccache
Message-ID <CAK8D=pgq_HDL9MiTZwM=DaTfEOGzyBOrLfBN-TJFbLbToKtopA@mail.gmail.com>
On 12 July 2016 at 12:03, Иван Вайгульт <[email protected]> wrote:
> In order to enable visual studio build I did full build replica using
> cmake. [...]
> Any feedback from you is desired.

Thanks for working on this.

After some thinking I'm positive to getting rid of autotools. Although
I don't find cmake to be very elegant, it feels less bad than
autotools, at least for modern systems.

Other opinions from list members are welcome!

> Please let me know if I left something unimplemented.

I still haven't looked much at details of your implementation, but one
thing (also mentioned in previous off-list conversation) is that
everything related to creating archives for distribution is missing,
i.e. "make dist" and "make distcheck".

-- Joel