[cfe-commits] [libc++][patch] Fix warning flags for CMake builds
Douglas Gregor
dgregor at apple.com
Thu Jun 7 15:29:20 PDT 2012
On May 29, 2012, at 10:56 AM, Andrew C. Morrow wrote:
> Hi -
>
> The current top level CMakeLists.txt for libc++ adds warning flags to
> a variable named LIBCXX_WARNING_FLAGS, but then uses
> LIBCXX_CXX_WARNING_FLAGS when it calls add_definitions, so the flags
> are not actually added to the build. The attached patch changes
> LIBCXX_WARNING_FLAGS to LIBCXX_CXX_WARNING_FLAGS.
Committed as r158172, thanks!
- Doug
More information about the cfe-commits
mailing list