martinus / robin-hood-hashing

Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
https://gitter.im/martinus/robin-hood-hashing
MIT License
1.5k stars 142 forks source link

Please only build tests when BUILD_TESTING=ON #160

Closed yurivict closed 1 year ago

yurivict commented 1 year ago

Production builds don't need tests.

martinus commented 1 year ago

Please provide a PR