Re: [CMake] Using CMAKE_CXX_KNOWN_FEATURES

2014-11-25 Thread Stephen Kelly
Andrew Maclean wrote: > Is this a reasonable approach to using cx_11 features on multiple > platforms? The issue is that I think you need to manually select the MSVC > compiler version that supports these features target_compile_features only > works for gcc. Correct, I'm no confident I can maint

[CMake] Using CMAKE_CXX_KNOWN_FEATURES

2014-11-24 Thread Andrew Maclean
Is this a reasonable approach to using cx_11 features on multiple platforms? The issue is that I think you need to manually select the MSVC compiler version that supports these features target_compile_features only works for gcc. #-- project(nullptr) #-