Skip to content
  • Milian Wolff's avatar
    Fix CMake check for unordered_map. · 7d03f53b
    Milian Wolff authored
    unordered_map depends on the -std=c++0x or -std=c++11 command line
    switch. This is now passed to the compile-check by adding it
    temporarily to CMAKE_REQUIRED_FLAGS.
    7d03f53b