cmake_modules icon indicating copy to clipboard operation
cmake_modules copied to clipboard

CMake helper files which provide a wide range of functionality

Results 2 cmake_modules issues
Sort by recently updated
recently updated
newest added

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...

feature
good first issue

> I also noticed that the meta_information_generator modules doesn't correctly handle multi-config generators as the header file is created at configure time instead of during the build, so the build...

bug