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
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/
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
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
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
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