erthink/libmdbx
CMakeLists.txt
:522
list(FIND CMAKE_CXX_COMPILE_FEATURES cxx_std_11 HAS_CXX11)
list(FIND CMAKE_CXX_COMPILE_FEATURES cxx_std_11 HAS_CXX11)
elseif(NOT HAS_CXX11 LESS 0)
list(FIND CMAKE_CXX_COMPILE_FEATURES cxx_std_11 HAS_CXX11)
list(FIND CMAKE_CXX_COMPILE_FEATURES cxx_std_11 HAS_CXX11)
elseif(NOT HAS_CXX11 LESS 0)
check_include_file_cxx(initializer_list HAS_CXX11)
check_include_file_cxx(initializer_list HAS_CXX11 "-std=gnu++0x")
check_cxx_compiler_flag(-std=gnu++11 HAS_CXX11)
check_cxx_compiler_flag(-std=gnu++11 HAS_CXX11)