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

CMake integration backwards? #142

Open Ionic opened 2 years ago

Ionic commented 2 years ago

The current version, as of merging PR #105, only installs CMake files (like the project Config) if RH is built in non-standalone, bundled mode.

Shouldn't it be exactly the other way around?