From 48fe044c18f4521ddcb88807ed4aa35ca2a92f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hauke=20Z=C3=BChl?= Date: Sat, 30 Apr 2016 08:57:35 +0200 Subject: [PATCH] Fixed path in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb43ba6..aa04452 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ include_directories(${CURL_INCLUDE_DIRS}) set(LIBS ${LIBS} ${JSONCPP_LIBRARIES}) set(LIBS ${LIBS} ${CURL_LIBRARIES}) -set(INSTALL_PKGCONFIG_DIR "${CMAKE_INSTALL_PREFIX}/pkgconfig") +set(INSTALL_PKGCONFIG_DIR "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig") include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include) add_library(tgbotpp SHARED ${SOURCES})