[CMake] Ninja generator fail for QNX on Windows

2014-09-21 Thread Cristian Adam
Hi, I have a project which uses CMake (v 2.8.12.2) to (cross)compile on Windows using either Visual Studio 2008 or QNX 6.5.0. Using ninja (v1.5.1) as a CMake generator works as expected with Visual Studio 2008. First build takes time, second subsequent build says: "ninja: no work to do". On QNX

Re: [CMake] find_package and lib/cmake.

2014-09-21 Thread Nils Gladitz
On 21.09.2014 23:34, Biddiscombe, John A. wrote: If a projX is installed to ~/apps/projX And when installed it creates projXConfig.cmake projXConfigVersion.cmake projXTargets-debug.cmake projXTargets.cmake &etc. In ~/apps/projX/lib/cmake/projX It is necessary to say cmake –Dprojx_DIR=~/apps/

[CMake] find_package and lib/cmake.

2014-09-21 Thread Biddiscombe, John A.
If a projX is installed to ~/apps/projX And when installed it creates projXConfig.cmake projXConfigVersion.cmake projXTargets-debug.cmake projXTargets.cmake &etc. In ~/apps/projX/lib/cmake/projX It is necessary to say cmake –Dprojx_DIR=~/apps/projX/lib/cmake/projX ….. When configuring another

Re: [CMake] project not found despite being found

2014-09-21 Thread Biddiscombe, John A.
Nils I wasn’t setting xxx_FOUND at all - and I never resolved this problem, but it went away on its own after I made some changes to various config files etc. Thanks anyway. JB On 16/09/14 18:08, "Nils Gladitz" wrote: >On 16.09.2014 17:38, Biddiscombe, John A. wrote: >> " >>Found package

[CMake] CMake and user friendliness

2014-09-21 Thread Drew DeVault
Apologies, this email got sent early after my fingers slipped on the keys. Here's the full text: I've been using cmake for a few months now, and I wanted to provide some feedback compared to autotools. First of all, from a developer perspective, I love cmake. It's much, much better than autohell

[CMake] CMake and user friendliness

2014-09-21 Thread Drew DeVault
I've been using cmake for a few months now, and I wanted to provide some feedback compared to autotools. First of all, from a developer perspective, I love cmake. It's much, much better than autohell and I really appreciate it. However, from a user perspective (i.e. someone compiling and installi