fix: update the c++ version selection process
The c++ version should be set via target_compile_features(SQLiteCpp PUBLIC cxx_std_11)
This only sets this as a minimum version for this target, and not all targets.
Hey @SGSSGene, that sounds like a nice improvement as well, thanks for taking the time to provide the PR!
@SRombauts: All changes that we currently do downstream in the OpenMS project :-)
What CMake version is suitable? This is also why I asked here, what the current supported platforms are https://github.com/SRombauts/SQLiteCpp/issues/510 I would like to bump the CMake version up, as far possible.
I would like to bump the CMake version up, as far possible. My strategy up to know regarding supported platforms has always be to try to keep it backward compatible as long as possible. Her for instance I would just update from 3.5 to 3.8.
Then, if you have any other pull request with more changes requiring another bump, I would evaluate that again. But if you have any specific version in mind with a good reason I am happy to consider it instead.