We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
This is a duplicate of #369. See there for further info.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: