Replaced build types with flags
In this release we fixed a CMake crash caused by us adding custom build types for sanitizer builds. They now got replaced by CMake flags.
CPR_DEBUG_SANITIZER_FLAG_THREAD
CPR_DEBUG_SANITIZER_FLAG_ADDR
CPR_DEBUG_SANITIZER_FLAG_LEAK
CPR_DEBUG_SANITIZER_FLAG_UB
CPR_DEBUG_SANITIZER_FLAG_ALL
What's Changed
Full Changelog: 1.9.2...1.9.3