$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Boost Root directory structure for CMAKE
From: Alistair Lowe (ali_lowe_at_[hidden])
Date: 2011-10-25 11:26:40
Hi guys,
I've been building Boost with the following command:
bjam install --prefix=myInstallLoation toolset=gcc-arm target-os=linux
This leaves me with the following directory structure:
---------------------------------
myInstallLocation
>include
>Boost-1_47
>Boost
>lib
---------------------------------
If I tell a CMAKE project that Boost is located at 'myInstallLocation' it's
unable to find boost.
Does anyone know what directory structure CMAKE is looking for and if
there's a way to automatically generate files for such a structure?
Many thanks,
Alistair