cmake HAS_CPP11_FLAG examples

KratosMultiphysics/Kratos cmake_modules/pybind11Tools.cmake :28

check_cxx_compiler_flag("-std=c++11" HAS_CPP11_FLAG)

facebookarchive/Polygames src/third_party/pybind11/tools/pybind11Tools.cmake :28

check_cxx_compiler_flag("-std=c++11" HAS_CPP11_FLAG)

Tencent/Forward source/third_party/pybind11/tools/pybind11Tools.cmake :28

check_cxx_compiler_flag("-std=c++11" HAS_CPP11_FLAG)

tizian/Cendric2 CMakeLists.txt :71

CHECK_CXX_COMPILER_FLAG("-std=c++11" HAS_CPP11_FLAG)

tizian/Cendric2 CMakeLists.txt :75

elseif (HAS_CPP11_FLAG)

INET-RC/GeoMX 3rdparty/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/pybind11Tools.cmake :28

check_cxx_compiler_flag("-std=c++11" HAS_CPP11_FLAG)

uoip/g2opy EXTERNAL/pybind11/tools/pybind11Tools.cmake :28

check_cxx_compiler_flag("-std=c++11" HAS_CPP11_FLAG)

xtensor-stack/xsimd benchmark/CMakeLists.txt :38

CHECK_CXX_COMPILER_FLAG("-std=c++11" HAS_CPP11_FLAG)

xtensor-stack/xsimd benchmark/CMakeLists.txt :46

CHECK_CXX_COMPILER_FLAG("-std=c++11" HAS_CPP11_FLAG)

xtensor-stack/xsimd test/CMakeLists.txt :63

CHECK_CXX_COMPILER_FLAG("-std=c++11" HAS_CPP11_FLAG)