Boost logo

Boost Interest :

Subject: Re: [Boost-cmake] CMAKE_CXX_FLAGS on Darwin...
From: Sean Chittenden (sean_at_[hidden])
Date: 2009-10-30 18:33:51


> ${CMAKE_COMMAND}
> -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} \
> -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} \
> -DCMAKE_IS_EXPERIMENTAL=YES_I_KNOW \ <<< Is this necessary
> any more?
> -DDCMAKE_VERBOSE_MAKEFILE=true \
> [...]

Erm. I'm glad it's Friday.

Quoting CMAKE_CXX_FLAGS fixed this:

    -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS}" \

I don't understand the regression, but that needed to be quoted from
day one. Just not sure how it was working to begin with.

Would be nice if cmake boost included -gdwarf-2 automatically, however.

Troy, will try 1.40 now and let you know. git or tarball? URL? -sc

--
Sean Chittenden
sean_at_[hidden]

Boost-cmake list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk