Re: [CMake] cmake --find-package deprecated?

2018-04-27 Thread Jeandet Alexis
Hi Alexander, all, here is a WIP patch https://gitlab.kitware.com/cmake/cmake/merge_requests/2017 Any advise, help on how to improve this is welcome. Alexis. On Tue, 2018-04-03 at 22:00 +0200, Alexander Neundorf wrote: > On 2018 M04 3, Tue 16:01:58 CEST jeandet wrote: > > Hi all, > > > > Readin

[CMake] Unknown generator output with CMake

2017-03-28 Thread Jeandet Alexis
Hi, I play with CMake on PythonQt build. I faced a chalenge: PythonQt is composed of: 1)The generator which wrap Qt api(parses Qt sources to produce cpp/python wrappers) 2)The Lib (main engine) 3)The wrappers generated by 1) The chalenge was to build in this order: