flann-lib / flann

Fast Library for Approximate Nearest Neighbors
http://people.cs.ubc.ca/~mariusm/flann
Other
2.22k stars 647 forks source link

ccmake error #421

Open fluber opened 5 years ago

fluber commented 5 years ago

download 1.9.1.tar.gz from the github. tar zxvf 1.9.1.tar.gz cd flann-1.9.1 mkdir build cd build ccmake ..

turn BUILD_MATLAB_BINDINGS ON -> OFF Press [c] to configure (Successfully) Press [g] to generate and exit (failed)

I got the following message:

CMake Eroor at src/cpp/CMakeLists.txt:86 (add_library): No SOURCES given to target: flann

CMake Eroor at src/cpp/CMakeLists.txt:32 (add_library): No SOURCES given to target: flann_cpp

eldruin commented 5 years ago

This is a duplicate of https://github.com/mariusmuja/flann/issues/369. See there for further info.