flann-lib / flann

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

Installs an invalid .pc file: it has -L/usr/local/lib\;-llz4 in it #466

Open yurivict opened 3 years ago

yurivict commented 3 years ago

The output of this command:

$ pkg-config --libs flann
-L/usr/local/lib -L/usr/local/lib\;-llz4 -lflann -lflann_cpp 

has a semicolon which causes the lz4 library not being linked: https://github.com/openMVG/openMVG/issues/1798