silverqx / TinyORM

Modern C++ ORM library
https://www.tinyorm.org
MIT License
231 stars 25 forks source link

VCPKG installs header files redundandly #30

Closed SchaichAlonso closed 1 year ago

SchaichAlonso commented 1 year ago

TinyORM's CMake project file installs all TinyORM header files as part of the install step. After install finished, VCPKG will install the header files another time.

silverqx commented 1 year ago

Thx merged