This PR:
- resolves two items from #1235, including a bugfix with package version compatibility
- includes other improvements which have become available for CMake 3.13+.
To test the GENERATOR_IS_MULTI_CONFIG
property on Linux, one can use the “Ninja Multi-Config” generator:
0cmake -S . -B build -G "Ninja Multi-Config"