Skip to content
  • Brad King's avatar
    hashtable: Drop when building inside CMake · 9995f700
    Brad King authored
    CMake now builds as C++11 or higher and uses `unordered_{map,set}`
    instead of `hash_{map,set}`.  Skip providing KWSys hashtable to it
    since it uses features deprecated by C++17.
    9995f700