Re: [CMake] Specifying an alternate location for cmake Modules directory

2013-11-14 Thread Paul Smith
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

Re: [CMake] bug in boost library discovery?

2013-11-14 Thread James Sutherland
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

[CMake] cross compiling - CMAKE_FIND_ROOT_PATH_MODE_LIBRARY and link.txt

2013-11-14 Thread Jack Smith
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 "$

Re: [CMake] Git Doesn't to Pull with ExternalProject_Add

2013-11-14 Thread Daniele E. Domenichelli
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

Re: [CMake] Qt4 QT_INSTALL_LIBS

2013-11-14 Thread Andreas Pakulat
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

Re: [CMake] Specifying an alternate location for cmake Modules directory

2013-11-14 Thread Micha Hergarden
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

Re: [CMake] Unicode path wrecks havoc with VS2013 generator

2013-11-14 Thread Nagy-Egri Máté Ferenc
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‎.

Re: [CMake] Git Doesn't to Pull with ExternalProject_Add

2013-11-14 Thread Constantine Zakkaroff
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

[CMake] Qt4 QT_INSTALL_LIBS

2013-11-14 Thread Lars Lars
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