[CMake] cmake 2.6.4 won't find boost 1.40 on windows
Cristian Adam
cristian.adam at gmx.net
Thu Sep 17 18:10:59 EDT 2009
James C. Sutherland wrote:
> From FindBoost.cmake:
>
> # These last three variables are available also as environment variables:
> #
> # BOOST_ROOT or BOOSTROOT The preferred installation prefix for
> searching for
> # Boost. Set this if the module has
> problems finding
> # the proper Boost installation.
>
> Did you try setting one of these variables?
>
Now I've tried setting BOOST_ROOT, but I don't see a big improvement
over BOOST_INCLUDEDIR :)
#set(BOOST_INCLUDEDIR "c:/boost/include/boost-1_40")
set(BOOST_ROOT "c:/boost/include/boost-1_40")
Cheers,
Cristian.
More information about the CMake
mailing list