noloader / cryptopp-cmake

CMake files for Crypto++ project
BSD 3-Clause "New" or "Revised" License
92 stars 67 forks source link

Windows build fails due to non-existing winpipes.cpp file #33

Closed abdes closed 6 years ago

abdes commented 6 years ago

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

https://github.com/weidai11/cryptopp/pull/705