From 1546364d8de2ea5539808f3ff07b2f489972fe71 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 23 Jun 2015 15:00:56 +0200 Subject: Fix pkg-config install dir --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b68b35..9c629fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/ufodecode.pc.in" install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ufodecode.pc - DESTINATION ${LIB_INSTALL_DIR}/pkgconfig) + DESTINATION ${LIBUFODECODE_PKGCONFIGDIR}/pkgconfig) add_subdirectory(src) add_subdirectory(doc) -- cgit v1.2.3