Skip to content

Commit 0fba4ec

Browse files
committed
Adding -lflann to pkg-config flann.pc
1 parent 0f3789c commit 0fba4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/flann.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Name: @PROJECT_NAME@
88
Description: @PKG_DESC@
99
Version: @FLANN_VERSION@
1010
Requires: @PKG_EXTERNAL_DEPS@
11-
Libs: -L${libdir} -lflann_cpp
11+
Libs: -L${libdir} -lflann -lflann_cpp
1212
Cflags: -I${includedir}
1313

0 commit comments

Comments
 (0)