Re: CMake FindPythonInterp deprecated

2019-11-27 Thread pdv
On 27/11/2019 19:54, Kornel Benko wrote: Am Wed, 27 Nov 2019 18:09:44 +0100 schrieb pdv : find_package(PythonInterp ...) is deprecated since CMake 3.12. With the current master build on MacOS CMake returns `Python3_EXECUTABLE=Python3.5` although Python3.7 is selected with macports. Using the

Re: CMake FindPythonInterp deprecated

2019-11-27 Thread Kornel Benko
Am Wed, 27 Nov 2019 18:09:44 +0100 schrieb pdv : > find_package(PythonInterp ...) is deprecated since CMake 3.12. > > With the current master build on MacOS CMake returns > `Python3_EXECUTABLE=Python3.5` although Python3.7 is selected with macports. > > Using the recommended

CMake FindPythonInterp deprecated

2019-11-27 Thread pdv
find_package(PythonInterp ...) is deprecated since CMake 3.12. With the current master build on MacOS CMake returns `Python3_EXECUTABLE=Python3.5` although Python3.7 is selected with macports. Using the recommended find_package(Python3 ...) CMake returns `Python3_EXECUTABLE=Python3.7`.

Re: lyxeditor not executable when installed with cmake

2019-11-27 Thread Kornel Benko
Am Tue, 26 Nov 2019 20:34:47 -0500 schrieb Richard Kimberly Heck : > On 11/26/19 3:04 PM, Kornel Benko wrote: > > Am Tue, 26 Nov 2019 20:57:22 +0100 > > schrieb Kornel Benko : > > > >> Am Tue, 26 Nov 2019 19:52:15 +0100 > >> schrieb pdv : > >> > >>> When installing with the latest CMake on

Re: lyxeditor not executable when installed with cmake

2019-11-27 Thread Kornel Benko
Am Wed, 27 Nov 2019 14:49:56 +0100 schrieb pdv : > On 26/11/2019 21:04, Kornel Benko wrote: > > Am Tue, 26 Nov 2019 20:57:22 +0100 > > schrieb Kornel Benko : > > > >> Am Tue, 26 Nov 2019 19:52:15 +0100 > >> schrieb pdv : > >> > >>> When installing with the latest CMake on MacOS the

Re: lyxeditor not executable when installed with cmake

2019-11-27 Thread pdv
On 26/11/2019 21:04, Kornel Benko wrote: Am Tue, 26 Nov 2019 20:57:22 +0100 schrieb Kornel Benko : Am Tue, 26 Nov 2019 19:52:15 +0100 schrieb pdv : When installing with the latest CMake on MacOS the lyxeditor, inkscape and maxima files, copied into the bundle, are not longer executable. This