Re: [CMake] toolchain file - cross-compiling windows-amd64->windows-x86

2019-09-16 Thread Stéphane Ancelot
Hi, That first depends on which compiler you will use ? Regards, S.Ancelot Le 16/09/2019 à 22:32, Joao Pedro Abreu De Souza a écrit : Hi guys. I am trying to generate,using cmake, a executable with target Windows 32 bits using Windows 64 bits, but cannot find a standard toolchain file (I fin

[CMake] toolchain file - cross-compiling windows-amd64->windows-x86

2019-09-16 Thread Joao Pedro Abreu De Souza
Hi guys. I am trying to generate,using cmake, a executable with target Windows 32 bits using Windows 64 bits, but cannot find a standard toolchain file (I find to Linux, to Android, but can't find to Windows 32 bits) to build. Do you know some repository of toolchain files that has Windows 32 bits

Re: [CMake] Packaging a directory with CPack RPM

2019-09-16 Thread Eric Noulard
Le lun. 16 sept. 2019 à 18:12, Ashish Sadanandan < ashish.sadanan...@gmail.com> a écrit : > On Thu, Sep 12, 2019 at 4:57 AM Eric Noulard > wrote: > > > > > > > > Le jeu. 12 sept. 2019 à 02:27, Ashish Sadanandan < > ashish.sadanan...@gmail.com> a écrit : > > > > > Now may be you can tell CPack to

Re: [CMake] Packaging a directory with CPack RPM

2019-09-16 Thread Ashish Sadanandan
On Thu, Sep 12, 2019 at 4:57 AM Eric Noulard wrote: > > > > Le jeu. 12 sept. 2019 à 02:27, Ashish Sadanandan > a écrit : >> >> Hello, >> I'm using CPack to create RPMs for an application. I have this working but >> the CPack step is quite slow. While investigating this, I noticed that all >> f

Re: [CMake] Preventing multiple definitions of metaObject methods

2019-09-16 Thread Stephen Morris
-Original Message- From: Kyle Edwards Sent: 13 September 2019 16:54 To: Stephen Morris ; cmake@cmake.org Subject: Re: [CMake] Preventing multiple definitions of metaObject methods >Stephen, >Could you post a minimally reproducible example with CMakeLists.txt and >accompanying source cod