On 4 November at 08:43, Eric Doenges wrote:
> Welcome to the wonderful world of lists and their interaction with quoting in
> CMake ! Since space is used
> as a list item separator outside of double quoted strings, CMake is escaping
> the space within CXX_FLAGS
> to keep it as a single element w
Hello,
After Craig's very interesting presentation at CppCon 2019* I learned a
bunch of new things which I of course immediately wanted to try out**.
I read about the write_basic_package_version_file which is in
CMakePackageConfigHelpers. Craig also mentioned in the presentation
that you can have