Re: [cmake-developers] syntax of '_' should be treated as symbol

2014-11-12 Thread Guillaume Papin
I tested your patch and that is indeed how I expect cmake-mode to work. The current behavior has always been surprising compared to other Emacs modes. I hope this get added to CMake, Guillaume From: cmake-developers [cmake-developers-boun...@cmake.org] on

Re: [cmake-developers] FindBoost.cmake cannot find some libraries when cross-compiling

2014-10-29 Thread Guillaume Papin
Great, Happy to contribute to CMake. - Guillaume From: Chuck Atkins [chuck.atk...@kitware.com] Sent: 26 October 2014 05:18 To: Guillaume Papin Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] FindBoost.cmake cannot find some libraries when cross

Re: [cmake-developers] FindBoost.cmake cannot find some libraries when cross-compiling

2014-10-23 Thread Guillaume Papin
rently working on just such a feature but in the meantime, forcing it like this in the FindBoost module looks reasonable. >From 136f1362f466e5ed54e5d1b969f08d37c03d7be4 Mon Sep 17 00:00:00 2001 From: Guillaume Papin Date: Thu, 23 Oct 2014 09:10:54 +0200 Subject: [PATCH] FindBoost:

Re: [cmake-developers] FindBoost.cmake cannot find some libraries when cross-compiling

2014-10-15 Thread Guillaume Papin
BRARY,PACKAGE} variables to anything? - Chuck On Wed, Oct 15, 2014 at 10:04 AM, Guillaume Papin mailto:guillaume.pa...@parrot.com>> wrote: Hello CMake developers, I have a cross-compiled version of Boost and some other libraries under ~/my-project/CrossThirdPartyPrefix

[cmake-developers] FindBoost.cmake cannot find some libraries when cross-compiling

2014-10-15 Thread Guillaume Papin
Hello CMake developers, I have a cross-compiled version of Boost and some other libraries under ~/my-project/CrossThirdPartyPrefix. I invoke CMake with a CMAKE_TOOLCHAIN_FILE and also I sets CMAKE_FIND_ROOT_PATH to the directory where my cross-compiled Boost is installed. cmake -DCMAKE_TOO