There is no such file anymore as winpipes.cpp in the crypto++ library, which makes the build on windows/mingw fail at the construction of the cryptopp_SOURCES list.
-- Build type:
-- Configuring done
CMake Error at CMakeLists.txt:696 (add_library):
Cannot find source file:
C:/projects/cryptopp/winpipes.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at CMakeLists.txt:696 (add_library):
No SOURCES given to target: cryptopp-object
There is no such file anymore as winpipes.cpp in the crypto++ library, which makes the build on windows/mingw fail at the construction of the cryptopp_SOURCES list.
https://github.com/weidai11/cryptopp/pull/705