Re: [Oorexx-devel] CMake minimum version and policies.

2018-08-01 Thread P.O. Jonsson
Ad repository on mac: Homebrew: my preferred package handler for MacOS; almost anything can be fund there: https://brew.sh/index_de Another big package handler is MacPorts: https://www.macports.org/ Which one you use depends on your taste, both are just fine. Von meinen Macbook gesendet Häls

Re: [Oorexx-devel] CMake minimum version and policies.

2018-08-01 Thread P.O. Jonsson
For what it is worth I use cmake version 3.11.4 on a Mac running High Sierra and have seen no problems (but a lot of warnings for deprecated stuff). Von meinen Macbook gesendet Hälsningar/Regards/Grüsse, P.O. Jonsson oor...@jonases.se > Am 01.08.2018 um 21:35 schrieb Rick McGuire : > > Ok, I

Re: [Oorexx-devel] CMake minimum version and policies.

2018-08-01 Thread Rick McGuire
Ok, I rolled it back to 2.8. However, I also feel that lack of support on older platforms should not be something that should prevent us from using newer features in the future. Lack of support for new versions of development tooling should be a criteria that should be used to prune the supported s

Re: [Oorexx-devel] CMake minimum version and policies.

2018-08-01 Thread Erich Steinböck
Also some of our Jenkins build server slaves can't build any more due to the minimum required CMake version change. Ubuntu 16.04 just has CMake 3.5 in it's repo, CentOS 7 just 2.8, and one of the macOS slaves is at 3.2 (is there such a thing as a repository on MacOS?). As long as there's no real f

Re: [Oorexx-devel] CMake minimum version and policies.

2018-08-01 Thread Rony G. Flatscher
An update to the minimum version number. While trying to create ooRexx 5.0beta on Ubuntu I noticed that only version 3.5 was available there as of yesterday, which could not be used to build ooRexx as its minimum CMake level is set to 3.8. (Went to cmake.org and downloaded the latest version for

Re: [Oorexx-devel] CMake minimum version and policies.

2018-07-15 Thread Mark L. Gaubatz
Given the many projects for which I am using CMake, I would strongly recommend 3.5 or higher as the minimum base. VS 2017 includes integration support for 3.7.2 and higher. 3.8 introduces language level standards. Mark From: Rick McGuire Sent: Friday, July 13, 2018 6:28 AM To: Open Obje