Re: [Boost-cmake] Boost 1.42.0

2011-02-04 Thread R. Douglas Barbieri
So is this project dead now? On Mon, Feb 15, 2010 at 8:52 PM, Sergey Nikulov wrote: > Looks like Troy is busy with other tasks. > > I also vote for Denis's question. Cmake branch was not updated since Dec > 2009. > > > 2010/2/6 Denis Arnaud > >> Hello, >> >> has anyone tried to build the new Boo

Re: [Boost-cmake] CMAKE_CXX_FLAGS on Darwin...

2009-10-29 Thread R. Douglas Barbieri
Adding the ${CMAKE_CXX_FLAGS} to ADD_DEFINITIONS() seems redundant.to me because CMAKE_CXX_FLAGS already sets definitions passed to the c++ compiler. I think this flag is more useful for setting config-dependent flags, e.g. CMAKE_CXX_FLAGS_DEBUG and CMAKE_CXX_FLAGS_RELEASE, but maybe others on the