cmake HAS_CXX11 examples

erthink/libmdbx CMakeLists.txt :522

list(FIND CMAKE_CXX_COMPILE_FEATURES cxx_std_11 HAS_CXX11)

erthink/libmdbx CMakeLists.txt :541

elseif(NOT HAS_CXX11 LESS 0)

erthink/libmdbx cmake/compiler.cmake :408

list(FIND CMAKE_CXX_COMPILE_FEATURES cxx_std_11 HAS_CXX11)

erthink/libmdbx cmake/compiler.cmake :1089

list(FIND CMAKE_CXX_COMPILE_FEATURES cxx_std_11 HAS_CXX11)

erthink/libmdbx cmake/compiler.cmake :1108

elseif(NOT HAS_CXX11 LESS 0)

cmu-db/peloton third_party/capnproto/c++/CMakeLists.txt :10

check_include_file_cxx(initializer_list HAS_CXX11)

cmu-db/peloton third_party/capnproto/c++/CMakeLists.txt :12

check_include_file_cxx(initializer_list HAS_CXX11 "-std=gnu++0x")

loentar/ngrest CMakeLists.txt :10

check_cxx_compiler_flag(-std=gnu++11 HAS_CXX11)

loentar/ngrest tools/ngrestcg/templates/project/CMakeLists.txt :6

check_cxx_compiler_flag(-std=gnu++11 HAS_CXX11)