${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
s...@chittenden.org



_______________________________________________
Boost-cmake mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake

Reply via email to