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
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 guillaume.pa...@parrot.com Date: Thu, 23 Oct 2014 09:10:54 +0200 Subject: [PATCH] FindBoost

[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

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

2014-10-15 Thread Guillaume Papin
all build types. FORCE) set(CMAKE_CXX_FLAGS ${TOOLCHAIN_COMPILE_FLAGS} -std=c++11 CACHE STRING Flags used by the compiler during all build types. FORCE) - Guillaume From: Chuck Atkins [chuck.atk...@kitware.com] Sent: 15 October 2014 16:40 To: Guillaume Papin Cc