Re: [C++-sig] CMake and getting starting with boost.python

2011-08-05 Thread Tyler Weston
Try this. I believe the required FindBoost.cmake is standard in the cmake/shared/cmake-x.y/modules. Not all of these options may apply to your build. # # BOOST # set(Boost_USE_STATIC_LIBSOFF) set(Boost_USE_MULTITHREADED ON) set(Boost_USE_STATIC_RUNTIME OFF) set(BOOST_ROOT "path/to

Re: [C++-sig] CMake and getting starting with boost.python

2011-08-05 Thread fjanoos
Dear Braddock, I'm trying to build Python wrappers with Boost for a fairly large C++ project - and most of its configuration is in CMake. Do you have any more information on using Boost Python through cmake. Specifically - i'm interested in configuring cmake to auto-detect (or atleast require) t