From 845eb394ac2825f1280b8f22aec5be04efa01529 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Mon, 23 May 2011 07:58:05 -0600 Subject: [PATCH] Correct installation of pkgconfig file --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a885942..b2c97ba0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -202,5 +202,5 @@ install(DIRECTORY samples DESTINATION share/chaiscript configure_file(contrib/pkgconfig/chaiscript.pc.in lib/pkgconfig/chaiscript.pc @ONLY) install(FILES "${chaiscript_BINARY_DIR}/lib/pkgconfig/chaiscript.pc" - DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/pkgconfig) + DESTINATION lib/pkgconfig)