Sean Chittenden wrote:
To have 1.41 do the right thing, be sure to set Boost_FIND_COMPONENTS
and it will populate Boost_LIBRARIES (when include()'ing
BoostConfig.cmake):
set(Boost_FIND_COMPONENTS date_time program_options system thread
unit_test_framework)
include("${CONTRIBOBJ}/share/boost
Sean Chittenden wrote:
I can populate the list of libs that I need by hand, but am looking for
guidance on what's the right way forward.
Is there a correct way to use find_package(Boost...) with an installed
1.41.0 atm? I notice Boost_VERSION is set as a string in
BoostConfig.cmake but the
btw, the new cmake boost 1.41 imports look *very* good so far. The
INSTALL_VERSIONED=ON broke a few things on my first pass, but all
due to path issues.
I'd ideally like to make use of BOOST_INSTALL_CMAKE_DRIVERS and
INSTALL_VERSIONED. Is the intention to just include lib/Boost.cmake
an
Is there anyway to disable building the python related code in boost?
Yup, docs here:
http://sodium.resophonic.com/boost-cmake/current-docs/externals/index.html
-DWITH_PYTHON=OFF
EXCELLENT!
btw, the new cmake boost 1.41 imports look *very* good so far. The
INSTALL_VERSIONED=ON broke a fe