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
Merged:
c752f8f165e9b8db7bc645cc55301277cd7773be Merge topic 'find-boost-no-reroot'
- Chuck
On Sun, Oct 26, 2014 at 12:18 AM, Chuck Atkins
wrote:
> Guillaume,
>
> Nice patch! Good detail in the commit message. I make a few minor tweaks
> for typos and tense, but other than that, it's good.
Guillaume,
Nice patch! Good detail in the commit message. I make a few minor tweaks
for typos and tense, but other than that, it's good. Pushed to stage as
'find-boost-no-reroot' and merged to next for testing. We'll keep an eye
on the dashboards and fix as needed but I don't anticipate any is
Please find the patch attached to this email.
Let me know if anything is wrong.
Best,
Guillaume
On 10/16/2014 05:09 PM, Chuck Atkins wrote:
Guillaume,
Please see CONTRIBUTING.rst in the top level of the CMake source
tree. If you can please create and post a patch against cmake master
then I
Guillaume,
Please see CONTRIBUTING.rst in the top level of the CMake source tree. If
you can please create and post a patch against cmake master then I'll work
on getting it merged into cmake next. Thanks for the bug fix!
- Chuck
On Thu, Oct 16, 2014 at 10:32 AM, Chuck Atkins
wrote:
> This l
This looks like a reasonable way to accomplish this right now. The
underlying prioblem is that ther's no way to specify which path types get
re-rooted and which don't. Ideally you'd want to be able to specify in the
toolchain for something like this that all paths operate in "ONLY" mode
except HI
@kitware.com]
Sent: 15 October 2014 16:40
To: Guillaume Papin
Cc: cmake-developers@cmake.org
Subject: Re: [cmake-developers] FindBoost.cmake cannot find some libraries when
cross-compiling
Can you post your toolchain file as well? Does it set any of the
CMAKE_FIND_ROOT_PATHG_MODE_{INCLUDE,PROGRAM,LI
Can you post your toolchain file as well? Does it set any of the
CMAKE_FIND_ROOT_PATHG_MODE_{INCLUDE,PROGRAM,LIBRARY,PACKAGE} variables to
anything?
- Chuck
On Wed, Oct 15, 2014 at 10:04 AM, Guillaume Papin <
guillaume.pa...@parrot.com> wrote:
> Hello CMake developers,
>
> I have a cross-compil
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