Re: [CMake] How to maintain compatibility with earlier versions?

2017-09-11 Thread Alan W. Irwin
On 2017-09-11 18:06+0300 Konstantin Tokarev wrote: 11.09.2017, 16:52, "Robert Dailey" : So typically my setup is that I have the newest CMake installed, but am working with projects that set cmake_minimum_required to something like version 2.8. Will version 3.9 of

Re: [CMake] How to maintain compatibility with earlier versions?

2017-09-11 Thread Konstantin Tokarev
11.09.2017, 16:52, "Robert Dailey" : > So typically my setup is that I have the newest CMake installed, but > am working with projects that set cmake_minimum_required to something > like version 2.8. Will version 3.9 of CMake prevent me from using > features that were

[CMake] How to maintain compatibility with earlier versions?

2017-09-11 Thread Robert Dailey
So typically my setup is that I have the newest CMake installed, but am working with projects that set cmake_minimum_required to something like version 2.8. Will version 3.9 of CMake prevent me from using features that were introduced after 2.8? How can I make sure that someone with *actual*