Skip to content

Commit

Permalink
Merge pull request #88 from 2maz/master
Browse files Browse the repository at this point in the history
Fix library directory in pkg-config file
  • Loading branch information
scpeters authored Jul 13, 2016
2 parents be20424 + aa67eef commit 2938e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/pkgconfig/urdfdom.pc.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was generated by CMake for @PROJECT_NAME@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${prefix}/lib
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/include

Name: @PKG_NAME@
Expand Down

0 comments on commit 2938e65

Please sign in to comment.