Re: [cmake-developers] find_package with NO_MODULE while cross-compiling

2016-03-16 Thread Julien Schueller
> Envoyé: Mardi 15 Mars 2016 23:24:05 > Objet: Re: [cmake-developers] find_package with NO_MODULE while > cross-compiling > On 15.03.2016 23:01, Julien Schueller wrote: > > Hi, > > > When using find_package ( NO_MODULE) while cross-compiling, > > > cmake

Re: [cmake-developers] find_package with NO_MODULE while cross-compiling

2016-03-15 Thread Nils Gladitz
On 15.03.2016 23:01, Julien Schueller wrote: Hi, When using find_package ( NO_MODULE) while cross-compiling, cmake may find an existing Config.cmake in the host root path if Config.cmake is not available in the target root path. For example let's say that I have Qt5 project in my host Linux