Update documentation to reflect changes in master branch
The latest version of Artist (as of the time I am opening this issue) needs at least Cmake 3.19+ to build, since it uses COMMAND_ERROR_IS_FATAL. Yet, the build guide suggests 3.7.2 or higher would be sufficient.
It also recommends the command cmake -G"Visual Studio 16 2019" ..// to build on Windows, but it does not seem to be compatible with VS 2019 anymore (I get linker errors). If instead I use the command cmake -G"Visual Studio 17 2022" ..// and build with VS 2022, I am able to build Artist just fine.
Possibly a duplicate issue of #17 but the scope seems different and I thought I would mention specific things that are out of date.
Would you be interested to work on this, and do a PR?