maxoodf / word2vec

word2vec++ is a Distributed Representations of Words (word2vec) library and tools implementation, written in C++11 from the scratch
Apache License 2.0
131 stars 24 forks source link

mman.hpp wrong in lib/CMakeLists.txt #13

Closed VedhasWalke closed 3 years ago

VedhasWalke commented 3 years ago

The name of the header is "mman.h", but it is referenced as "mman.hpp" in the CMakeLists.txt file of the lib directory. Just changing the name in lib/CMakeLists.txt file to "mman.h" seems to work for me. Pretty sure this only applies to Windows users.

maxoodf commented 3 years ago

Thank you, fixed.