Skip to content

Commit 782ef6b

Browse files
committed
support installing to absolute paths
1 parent 655c26f commit 782ef6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libchromaprint.pc.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
prefix=@CMAKE_INSTALL_PREFIX@
2-
exec_prefix=${prefix}/@CMAKE_INSTALL_BINDIR@
3-
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
4-
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
2+
exec_prefix=@CMAKE_INSTALL_FULL_BINDIR@
3+
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
4+
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
55

66
Name: @PROJECT_NAME@
77
Description: Audio fingerprint library

0 commit comments

Comments
 (0)