Hi Fedora packager. do you mind making the following edits tour your cmakelist file to make it easir to package this libary for Fedora? thanks - Use `CMakePackageConfigHelpers` macros [1] and include the `safestringlibVersion.cmake` file - Do not manually add compilation flags (it interferes with our optimization flags), instead move them to presets and only run them in the CI - Bump the minimum cmake version (if the minimum is too low, recent CMake changes and imporvements are not applied) - Consider migrating the includes into dedicated subfolder [1]: https://cmake.org/cmake/help/latest/module/CMakePackageConfigHelpers.html
Hi Fedora packager. do you mind making the following edits tour your cmakelist file to make it easir to package this libary for Fedora? thanks
CMakePackageConfigHelpersmacros 1 and include thesafestringlibVersion.cmakefile