This repository was archived by the owner on Apr 6, 2019. It is now read-only.

Description
This line on both tacopie and cpp_redis CMakeLists.txt is causing problems on my environment (VS2015 with CMake 3.7):
string(REPLACE "/MD" "-MT" ${flag_var} "${${flag_var}}")
I get errors like error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MTd_StaticDebug' doesn't match value 'MDd_DynamicDebug' .
I just commented out these lines and it builds. But this makes it impossible to use this lib simply as a submodule in my project.