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

Stephen Kelly steveire at gmail.com
Thu Oct 24 10:59:05 EDT 2013


Brad King wrote:

> 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.

True. I've added an abstraction for that now.

Thanks,

Steve.





More information about the cmake-developers mailing list