Re: [swift-dev] [RFC] Requiring CMake 3.4.3 by Prerequisite.

2016-07-02 Thread Michael Gottesman via swift-dev
To g...@github.com:apple/swift.git ffcafd7..4598b9e master -> master > On Jul 2, 2016, at 10:01 PM, Michael Gottesman wrote: > > I am now flipping the switch to require the upgraded cmake. > > Michael > >> On Jun 30, 2016, at 3:24 PM, Michael Gottesman via swift-dev >> mailto:swift-dev@sw

Re: [swift-dev] [RFC] Requiring CMake 3.4.3 by Prerequisite.

2016-07-02 Thread Michael Gottesman via swift-dev
I am now flipping the switch to require the upgraded cmake. Michael > On Jun 30, 2016, at 3:24 PM, Michael Gottesman via swift-dev > wrote: > > Yes. > >> On Jun 30, 2016, at 2:47 PM, Joseph Bell > > wrote: >> >> Michael, as I mentioned earlier I upgraded my systems

Re: [swift-dev] [RFC] Requiring CMake 3.4.3 by Prerequisite.

2016-06-30 Thread Michael Gottesman via swift-dev
Yes. > On Jun 30, 2016, at 2:47 PM, Joseph Bell wrote: > > Michael, as I mentioned earlier I upgraded my systems to 3.4.3 and resumed > building Swift. Regarding flipping the switch, I'm assuming you mean > replacing > > cmake_minimum_required(VERSION 2.8.12) > > with 3.4.3 in all of the va

Re: [swift-dev] [RFC] Requiring CMake 3.4.3 by Prerequisite.

2016-06-30 Thread Joseph Bell via swift-dev
Michael, as I mentioned earlier I upgraded my systems to 3.4.3 and resumed building Swift. Regarding flipping the switch, I'm assuming you mean replacing cmake_minimum_required(VERSION 2.8.12) with 3.4.3 in all of the various CMakeLists.txt files? Joe On Wed, Jun 29, 2016 at 12:13 PM, Michael

[swift-dev] [RFC] Requiring CMake 3.4.3 by Prerequisite.

2016-06-29 Thread Michael Gottesman via swift-dev
For a long time, we have been using CMake 2.8.*. This is an RFC to make it a pre-requisite to have cmake 3.4.3 matching LLVM. The reason to do this is: 1. It will make it easier to cherry-pick upstream llvm changes that may require CMake 3.4.3 features into Swift's cmake system. 2. It allows us