[LLVMdev] [RFC] Raise minimum required CMake version to 3.0

Daniel Sanders Daniel.Sanders at imgtec.com
Wed Mar 11 07:48:34 PDT 2015


> -----Original Message-----
> From: Renato Golin [mailto:renato.golin at linaro.org]
> Sent: 11 March 2015 14:42
> To: Daniel Sanders
> Cc: Chandler Carruth; jroelofs; LLVM Dev; Tobias Grosser
> Subject: Re: [LLVMdev] [RFC] Raise minimum required CMake version to 3.0
> 
> On 11 March 2015 at 14:38, Daniel Sanders <Daniel.Sanders at imgtec.com>
> wrote:
> > I agree that it's too new to make it the minimum version. It's just a feature
> you'll get if CMake is new enough and will gracefully handle older CMake's.
> 
> I imagine that I could add the magic CMake options to my buildbot's
> configuration on builders.py and locally install CMake 3.2 on them
> without having to change anyone else's configuration, right?
> 
> cheers,
> --renato

Just having CMake 3.2 and Ninja 1.5 installed locally should be enough. There's no additional options required beyond -GNinja and the rest is already handled by our CMakeLists.txt's.




More information about the llvm-dev mailing list