[cmake-developers] C++11 and target_compiler_feature proposal

Brad King brad.king at kitware.com
Thu Oct 24 10:27:50 EDT 2013


On 10/24/2013 10:23 AM, Stephen Kelly wrote:
> Should be all fixed now.

Thanks.

More work will likely be needed to be able to run ${CMAKE_CXX_COMPILER}
with execute_process to produce an object file.  Not all compilers have
the -c option.  Some need special options to force C++.  Etc.  Likely
we will need an internal platform file variable to hold the compiler
command line to use for running these checks.

-Brad



More information about the cmake-developers mailing list