I'm trying to figure out how to ensure my build uses my internal version
of boost. My directory structure looks like:
./CMakeLists.txt
./mylib/CMakeLists.txt
./dependencies/boost/...
How do I structure my find_package to use the internal one?
Something like this ought to work, provided you ren
>From one of my colleagues...
-- Forwarded message --
From: Daniel Perez
Date: 2011/2/16
Subject: Re: Fwd: [Boost-cmake] find_package and Boost.Cmake
I've been using an *ugly* trick for that purpose but I guess there might be
a more beautiful way to do so by tweaking PATHS or oth