an-tao / trantor

a non-blocking I/O tcp network lib based on c++14/17
Other
398 stars 134 forks source link

Trantor should not install CMake find modules #330

Open BillyONeal opened 7 months ago

BillyONeal commented 7 months ago

https://github.com/an-tao/trantor/blob/c92280119a6ebaf71fe6aca0d128222edd028b22/CMakeLists.txt#L369

is trying to install find modules. Find modules are intended only for use by package consumers, not by package publishers. Publishers are expected to use configs instead.