On 20.04.2020 15:44, Johan Corveleyn wrote: > On Mon, Apr 20, 2020 at 2:10 PM Justin Erenkrantz <jus...@erenkrantz.com> > wrote: >> Great. I'll stay the course on prepping 1.4.x...if anyone pops up here >> asking for 1.3.x and VS 2019, we'll just point them at your email. =) > Perfect :-). > >> I know APR, APR-util, and Expat all have CMake files already - I haven't >> seen anything yet for SVN...am I just missing that? > Ah, I don't think there is anything CMake-y in SVN yet.
There is not. Converting to CMake is less than trivial, especially since there are a *lot* of dependencies that either do not use CMake at all, or use it incorrectly (e.g., the FindApr macros is currently in the Serf repo, not the APR repo ...). There's a reason why the Serf CMake build doesn't support BROTLI and GSSAPI. :( Personally I hope that a better build system comes along (and people recognize CMake for the monstrosity it is) before we start converting SVN away from autotools. :) -- Brane P.S.: Wrong list, couldn't resist.