Skip to content

Commit

Permalink
Fix installed library version
Browse files Browse the repository at this point in the history
  • Loading branch information
oliora committed Mar 19, 2018
1 parent 0952674 commit 250fdc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ppconsul.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@

Name: ppconsul
Description: C++ client for the Consul HTTP API
Version: @PPCONSUL_VERSION@
Version: @Ppconsul_VERSION@
Libs: -L${libdir} @ppconsul_libs@
Cflags: -I${includedir}
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ source_group(${PROJECT_NAME} FILES ${SOURCES})
source_group(libb64 FILES ${LIBB64_SOURCES})

set_target_properties(${PROJECT_NAME} PROPERTIES
VERSION ${PPCONSUL_VERSION}
SOVERSION ${PPCONSUL_VERSION}
VERSION ${Ppconsul_VERSION}
SOVERSION ${Ppconsul_VERSION}
FOLDER ${PROJECT_NAME}
)

Expand Down

0 comments on commit 250fdc8

Please sign in to comment.