cmake_modules
cmake_modules copied to clipboard
Meta information provider should be usable with C++ versions < 17
The generated header file currently uses std::string_view to hold the information data. std::string_view was first introduced in C++17 which makes the current header file unusable for older C++ standards and compiler.