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

Multithreaded mismatch #47

@Spide85

Description

@Spide85

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions