cpp-redis / cpp_redis

C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform
MIT License
720 stars 199 forks source link

cmakelists error #18

Closed JoyBinY closed 5 years ago

JoyBinY commented 5 years ago

if (MSVC OR WIN32) //HERE: OR=>AND, because MSVC for cl compiler, and MINGW for gcc compiler, both are on the WIN platform, please try to compile the code and link the library before change the project. //"/W3 /O2 /bigobj" is not support when using GCC, but only for MSVC

AND, the link of "tacopie @ 8714fce" MUST change to "https://github.com/Cylix/tacopie/tree/5b60d9a9e87aa4ba8118a66f6d65eb15ab0c8769"

appkins commented 5 years ago

I fixed the first issue, where do you see a hard link to the taco pie release? Taco pie is included as a submodule with no branch/release specified. You can run:

git submodule update --init --recursive

To get the latest release

appkins commented 5 years ago

I believe I found the source of the issue you were running into with the submodule and fixed it. I ended up removing and re-adding the submodule.