Revert "Set CMAKE_CXX_STANDARD in enable_latest_cxx_support only if cmake version supports it."
Automatically adding CMAKE_CXX_STANDARD to all projects is giving too much trouble because different CMAKE versions add different --std=gnu... flags which do not play well the the --std=c++... which we use. This reverts commit ddb4d575.
Please register or sign in to comment