Skip to content

Commit

Permalink
Merge pull request open-source-parsers#493 from zorun/master
Browse files Browse the repository at this point in the history
Fix compilation errors for downstream projects caused by incorrect pkconfig paths
  • Loading branch information
cdunn2001 authored Jul 8, 2016
2 parents 7e4df50 + 101fcf0 commit 772e257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg-config/jsoncpp.pc.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=@LIBRARY_INSTALL_DIR@
includedir=@INCLUDE_INSTALL_DIR@
libdir=${exec_prefix}/@LIBRARY_INSTALL_DIR@
includedir=${prefix}/@INCLUDE_INSTALL_DIR@

Name: jsoncpp
Description: A C++ library for interacting with JSON
Expand Down

0 comments on commit 772e257

Please sign in to comment.