Tidy the cmake config and add better build configuration support. by dbaarda · Pull Request #226 · librsync/librsync

added 2 commits

August 10, 2021 17:43
This is an idea taken from the following post;

https://blog.kitware.com/cmake-and-the-default-build-type/

It sets the default build type to Debug for git clone, otherwise the default
is Release. It also sets possible values for the cmake-gui or ccmake. It works
with multi-config generators and respects values set on the cmdline.