Skip to content
Snippets Groups Projects
Commit 9995f700 authored by Brad King's avatar Brad King
Browse files

hashtable: Drop when building inside CMake

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.
parent 4aee0036
No related branches found
No related tags found
1 merge request!76hashtable: Drop when building inside CMake
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment