In your toolchain file, what do you have
CMAKE_FIND_ROOT_PATH_MODE_INCLUDE set to? If it is set to ONLY, then
cmake will only look in the CMAKE_FIND_ROOT_PATH for boost, which is
probably set to $QNX_TARGET. Since you most likely don't have boost in
your $QNX_TARGET directory, findBoost will fail.
-kito
On Tue, 2009-03-10 at 03:11 -0400, cmake-requ...@cmake.org wrote:
> Date: Tue, 10 Mar 2009 01:00:22 +0100
> From: Alexander Neundorf
> Subject: Re: [CMake] Setting environment variables prebuild
> To: cmake@cmake.org
> Cc: Kito Berg-Taylor
> Message-ID: <200903100100
I would like to second this idea, because it would solve another problem
I'm having regarding CMake and environment variables.
Not to mention that being able to set the default to -j4 would be useful
for internal projects where it's known that all machines building the
project will have uniform h
's why they pay you the big
> bucks.
>
> On Tue, Mar 3, 2009 at 9:13 AM, Kito Berg-Taylor
> wrote:
> > Hello all,
> >
> > I'm very new to cmake, so excuse me if I'm missing some obvious
> > functionality that cmake already has.
> >
> &
Hello all,
I'm very new to cmake, so excuse me if I'm missing some obvious
functionality that cmake already has.
I am building a project using a QNX cross-compile toolchain that I
setup. For those not familiar with the QNX toolchain, the QNX compiler
qcc is a wrapper around gcc that's mostly the