norlab-ulaval / libnabo

A fast K Nearest Neighbor library for low-dimensional spaces
http://norlab-ulaval.github.io/libnabo/
BSD 3-Clause "New" or "Revised" License
438 stars 143 forks source link

compiling on Windows 10 using Visual Studio 2013 fails... #47

Closed drhalftone closed 6 years ago

drhalftone commented 8 years ago

Error 1 error D8021: invalid numeric argument '/Wextra' C:\Users\Dr. Daniel L. Lau\Developer\libnabo\build\cl nabo

I read about this error online, and the advice was to remove the /Wextra in the cmakelists.txt.

simonlynen commented 8 years ago

yes, you can remove this line. It basically triggers an error for compiler warnings.