On Thu, 2013-11-14 at 12:41 +0100, Micha Hergarden wrote:
> For the modules you can use cmake_module_path from within your
> scripts.
Unfortunately this doesn't work. I should have mentioned that I'd
already tried this. CMake looks for its installation directory as the
very first thing and error
Sorry to pester people - I was just hoping that someone could confirm that
they see this issue and/or suggest a fix...?
James
On Thu, Nov 7, 2013 at 11:00 AM, James Sutherland wrote:
> Hello fellow cmake enthusiasts.
>
> Beginning with a recent CMake update, find_package( Boost ... ) seems to
Hello,
I'm confused by an issue that I am having with a project I have recently
joined.
We are cross compiling for ARM on linux.
I have the cross compiler toolchain installed at /CC_TOOLCHAIN
I set CMAKE_SYSROOT_PATH appropriately, then do this in my toolchain file:
set(CMAKE_FIND_ROOT_PATH "$
Hello Constantine,
On 14/11/13 12:03, Constantine Zakkaroff wrote:
> Now, setting ${proj}_GIT_TAG to "origin/master" seems to improve things.
> I got this output:
If you plan to use the external project repository for development, then
being in detached state is not good. Also every time that th
Hi,
On Thu, Nov 14, 2013 at 11:45 AM, Lars Lars wrote:
> Using CMake 2.8.10 on Windows 7.
>
> We have a working project that finds QT liket this:
> FIND_PACKAGE(Qt4 4.7.1 COMPONENTS QtCore QtGui)
>
> Now we would like to update Qt library, so changed it to:
> FIND_PACKAGE(Qt4 4.8.4 COMPONENTS Qt
On 11/13/2013 11:50 PM, Paul Smith wrote:
> I need to maintain my own copy of the latest cmake, and for multiple
> different target systems (GNU/Linux, MacOS, Windows, Solaris...)
>
> I have a shared location where all tools like this go, so that
> regardless of the system architecture you can acce
The link you copied says “no such project”, however I trust it’s there. So I
guess if nothing extreme hits in, I’ll just have to wait for 2.8.13.
Anyhow, thanks for your time. Waiting for the new release.
Cheers,
Máté
Feladó: Clinton Stimpson
Elküldve: szerda, 2013. november 13.
Hi Daniele,
Thanks for your response. Yes, the ${proj}_GIT_TAG? was simply set to
master.
You are right, there's nothing in the documentation about it. Say,
normally, if I'm working with a git repository, and if your branch is
set to master, all you need to do is 'git pull' when you want to
Hello,
Using CMake 2.8.10 on Windows 7.
We have a working project that finds QT liket this:
FIND_PACKAGE(Qt4 4.7.1 COMPONENTS QtCore QtGui)
Now we would like to update Qt library, so changed it to:
FIND_PACKAGE(Qt4 4.8.4 COMPONENTS QtCore QtGui)
This however fails because FindQt4.cmake exec