martinmoene / string-view-lite

string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
422 stars 44 forks source link

CMake Release? #26

Closed AndrewGaspar closed 5 years ago

AndrewGaspar commented 5 years ago

Hey, big fan! Currently I'm using optional-lite, span-lite, and string-view-lite. I noticed you recently updated optional and span to support a CMake's find_package feature. It would be incredibly useful for me if you also updated string-view-lite, since it lets me throw out my hand-rolled find_package for these libraries.

No worries if this isn't a high priority!

martinmoene commented 5 years ago

Getting there, albeit slowly.

AndrewGaspar commented 5 years ago

Sounds good! Thank you for providing these libraries!

AndrewGaspar commented 5 years ago

Looks like this issue is resolved! Thanks!